Interface WorkspaceSetting.UpdateStages.WithWorkspaceId

All Known Subinterfaces:
WorkspaceSetting.Update
Enclosing interface:
WorkspaceSetting.UpdateStages

public static interface WorkspaceSetting.UpdateStages.WithWorkspaceId
The stage of the WorkspaceSetting update allowing to specify workspaceId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withWorkspaceId(String workspaceId)
    Specifies the workspaceId property: The full Azure ID of the workspace to save the data in.
  • Method Details

    • withWorkspaceId

      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.