Workspace.DefinitionStages.WithPrimaryUserAssignedIdentity Interface

public static interface Workspace.DefinitionStages.WithPrimaryUserAssignedIdentity

The stage of the Workspace definition allowing to specify primaryUserAssignedIdentity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPrimaryUserAssignedIdentity(String primaryUserAssignedIdentity)

Specifies the primaryUserAssignedIdentity property: The user assigned identity resource id that represents the workspace identity..

Method Details

withPrimaryUserAssignedIdentity

public abstract Workspace.DefinitionStages.WithCreate withPrimaryUserAssignedIdentity(String primaryUserAssignedIdentity)

Specifies the primaryUserAssignedIdentity property: The user assigned identity resource id that represents the workspace identity..

Parameters:

primaryUserAssignedIdentity - The user assigned identity resource id that represents the workspace identity.

Returns:

the next definition stage.

Applies to