Interface VirtualMachineScaleSet.UpdateStages.WithSystemAssignedManagedServiceIdentity
- 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.WithSystemAssignedManagedServiceIdentity
The stage of the virtual machine scale set update allowing to enable System Assigned (Local) Managed Service Identity.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that System assigned (Local) Managed Service Identity needs to be disabled in the virtual machine scale set.Specifies that System assigned (Local) Managed Service Identity needs to be enabled in the virtual machine scale set.
-
Method Details
-
withSystemAssignedManagedServiceIdentity
VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply withSystemAssignedManagedServiceIdentity()Specifies that System assigned (Local) Managed Service Identity needs to be enabled in the virtual machine scale set.- Returns:
- the next stage of the update
-
withoutSystemAssignedManagedServiceIdentity
VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply withoutSystemAssignedManagedServiceIdentity()Specifies that System assigned (Local) Managed Service Identity needs to be disabled in the virtual machine scale set.- Returns:
- the next stage of the update
-