Workspace.UpdateStages.WithIdentity Interface

public static interface Workspace.UpdateStages.WithIdentity

The stage of the Workspace update allowing to specify identity.

Method Summary

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

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

Method Details

withIdentity

public abstract Workspace.Update 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