Workspace.UpdateStages.WithPrimaryUserAssignedIdentity Interface

public static interface Workspace.UpdateStages.WithPrimaryUserAssignedIdentity

The stage of the Workspace update allowing to specify primaryUserAssignedIdentity.

Method Summary

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

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

Method Details

withPrimaryUserAssignedIdentity

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