VirtualMachine.UpdateStages.WithSystemAssignedManagedServiceIdentity Interface
public static interface VirtualMachine.UpdateStages.WithSystemAssignedManagedServiceIdentity
The stage of the virtual machine update allowing to enable System Assigned (Local) Managed Service Identity.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withSystemAssignedManagedServiceIdentity()
Specifies that System Assigned (Local) Managed Service Identity needs to be enabled in the virtual machine. |
abstract Update |
withoutSystemAssignedManagedServiceIdentity()
Specifies that System Assigned (Local) Managed Service Identity needs to be disabled. |
Method Details
withSystemAssignedManagedServiceIdentity
public abstract VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate withSystemAssignedManagedServiceIdentity()
Specifies that System Assigned (Local) Managed Service Identity needs to be enabled in the virtual machine.
Returns:
withoutSystemAssignedManagedServiceIdentity
public abstract VirtualMachine.Update withoutSystemAssignedManagedServiceIdentity()
Specifies that System Assigned (Local) Managed Service Identity needs to be disabled.
Returns:
Applies to
Azure SDK for Java