Interface VirtualMachineScaleSet.UpdateStages.WithSecrets
-
- All Known Subinterfaces:
VirtualMachineScaleSet.Update,VirtualMachineScaleSet.UpdateStages.WithApply,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer,VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply
- Enclosing interface:
- VirtualMachineScaleSet.UpdateStages
public static interface VirtualMachineScaleSet.UpdateStages.WithSecretsThe stage of the virtual machine definition allowing to specify extensions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.UpdateStages.WithApplywithoutSecrets()The stage of a virtual machine scale set definition allowing to remove secrets from virtual machines in the scale set.VirtualMachineScaleSet.UpdateStages.WithApplywithSecrets(List<VaultSecretGroup> secrets)The stage of a virtual machine scale set definition allowing to update secrets from virtual machines in the scale set.
-
-
-
Method Detail
-
withSecrets
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.- Parameters:
secrets- the list of secrets- Returns:
- the next stage of update
-
withoutSecrets
VirtualMachineScaleSet.UpdateStages.WithApply withoutSecrets()
The stage of a virtual machine scale set definition allowing to remove secrets from virtual machines in the scale set.- Returns:
- the next stage of update
-
-