WorkspaceSetting.UpdateStages.WithWorkspaceId Interface

public static interface WorkspaceSetting.UpdateStages.WithWorkspaceId

The stage of the WorkspaceSetting update allowing to specify workspaceId.

Method Summary

Modifier and Type Method and Description
abstract Update withWorkspaceId(String workspaceId)

Specifies the workspaceId property: The full Azure ID of the workspace to save the data in.

Method Details

withWorkspaceId

public abstract WorkspaceSetting.Update withWorkspaceId(String workspaceId)

Specifies the workspaceId property: The full Azure ID of the workspace to save the data in.

Parameters:

workspaceId - The full Azure ID of the workspace to save the data in.

Returns:

the next definition stage.

Applies to