Compartilhar via


VirtualMachine.DefinitionStages.WithIdentity Interface

public static interface VirtualMachine.DefinitionStages.WithIdentity

The stage of the VirtualMachine definition allowing to specify identity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIdentity(Identity identity)

Specifies the identity property: The identity of the resource..

Method Details

withIdentity

public abstract VirtualMachine.DefinitionStages.WithCreate withIdentity(Identity identity)

Specifies the identity property: The identity of the resource..

Parameters:

identity - The identity of the resource.

Returns:

the next definition stage.

Applies to