Workspace.DefinitionStages.WithIdentity Interface

public static interface Workspace.DefinitionStages.WithIdentity

The stage of the Workspace 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 Workspace.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