VirtualMachine.DefinitionStages.WithSystemAssignedManagedServiceIdentity Interface

public static interface VirtualMachine.DefinitionStages.WithSystemAssignedManagedServiceIdentity

The stage of the virtual machine definition allowing to enable System Assigned (Local) Managed Service Identity.

Method Summary

Modifier and Type Method and Description
abstract WithSystemAssignedIdentityBasedAccessOrCreate withSystemAssignedManagedServiceIdentity()

Specifies that System Assigned (Local) Managed Service Identity needs to be enabled in the virtual machine.

Method Details

withSystemAssignedManagedServiceIdentity

public abstract VirtualMachine.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate withSystemAssignedManagedServiceIdentity()

Specifies that System Assigned (Local) Managed Service Identity needs to be enabled in the virtual machine.

Returns:

the next stage of the definition

Applies to