Interface Workspace.DefinitionStages.WithUiDefinitionUri

All Known Subinterfaces:
Workspace.Definition, Workspace.DefinitionStages.WithCreate
Enclosing interface:
Workspace.DefinitionStages

public static interface Workspace.DefinitionStages.WithUiDefinitionUri
The stage of the Workspace definition allowing to specify uiDefinitionUri.
  • Method Details

    • withUiDefinitionUri

      Workspace.DefinitionStages.WithCreate withUiDefinitionUri(String uiDefinitionUri)
      Specifies the uiDefinitionUri property: The blob URI where the UI definition file is located..
      Parameters:
      uiDefinitionUri - The blob URI where the UI definition file is located.
      Returns:
      the next definition stage.