Interface VirtualMachine.UpdateStages.WithSystemAssignedManagedServiceIdentity
-
- All Known Subinterfaces:
VirtualMachine.Update,VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate
- Enclosing interface:
- VirtualMachine.UpdateStages
public static interface VirtualMachine.UpdateStages.WithSystemAssignedManagedServiceIdentityThe stage of the virtual machine update allowing to enable System Assigned (Local) Managed Service Identity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachine.UpdatewithoutSystemAssignedManagedServiceIdentity()Specifies that System Assigned (Local) Managed Service Identity needs to be disabled.VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdatewithSystemAssignedManagedServiceIdentity()Specifies that System Assigned (Local) Managed Service Identity needs to be enabled in the virtual machine.
-
-
-
Method Detail
-
withSystemAssignedManagedServiceIdentity
VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate withSystemAssignedManagedServiceIdentity()
Specifies that System Assigned (Local) Managed Service Identity needs to be enabled in the virtual machine.- Returns:
- the next stage of the update
-
withoutSystemAssignedManagedServiceIdentity
VirtualMachine.Update withoutSystemAssignedManagedServiceIdentity()
Specifies that System Assigned (Local) Managed Service Identity needs to be disabled.- Returns:
- the next stage of the update
-
-