public static interface VirtualMachineScaleSet.UpdateStages.WithSecrets
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSet.UpdateStages.WithApply |
withoutSecrets()
The stage of a virtual machine scale set definition allowing to remove secrets from
virtual machines in the scale set.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
withSecrets(List<VaultSecretGroup> secrets)
The stage of a virtual machine scale set definition allowing to update secrets from
virtual machines in the scale set.
|
VirtualMachineScaleSet.UpdateStages.WithApply withSecrets(List<VaultSecretGroup> secrets)
secrets
- the list of secretsVirtualMachineScaleSet.UpdateStages.WithApply withoutSecrets()
Copyright © 2019. All rights reserved.