Server.DefinitionStages.WithIdentity Interface

public static interface Server.DefinitionStages.WithIdentity

The stage of the Server definition allowing to specify identity.

Method Summary

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

Specifies the identity property: The Azure Active Directory identity of the server..

Method Details

withIdentity

public abstract Server.DefinitionStages.WithCreate withIdentity(ResourceIdentity identity)

Specifies the identity property: The Azure Active Directory identity of the server..

Parameters:

identity - The Azure Active Directory identity of the server.

Returns:

the next definition stage.

Applies to