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.WithSystemAssignedManagedServiceIdentityThe stage of the virtual machine scale set update allowing to enable System Assigned (Local) Managed Service Identity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApplywithoutSystemAssignedManagedServiceIdentity()Specifies that System assigned (Local) Managed Service Identity needs to be disabled in the virtual machine scale set.VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApplywithSystemAssignedManagedServiceIdentity()Specifies that System assigned (Local) Managed Service Identity needs to be enabled in the virtual machine scale set.
-
-
-
Method Detail
-
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
-
-