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.WithSecrets
The stage of the virtual machine definition allowing to specify extensions.
-
Method Summary
Modifier and TypeMethodDescriptionThe stage of a virtual machine scale set definition allowing to remove secrets from virtual machines in the scale set.withSecrets
(List<VaultSecretGroup> secrets) The stage of a virtual machine scale set definition allowing to update secrets from virtual machines in the scale set.
-
Method Details
-
withSecrets
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
-