Interface Relation.DefinitionStages.WithParentResource

All Known Subinterfaces:
Relation.Definition, Relation.DefinitionStages.Blank
Enclosing interface:
Relation.DefinitionStages

public static interface Relation.DefinitionStages.WithParentResource
The stage of the Relation definition allowing to specify parent resource.
  • Method Details

    • withExistingBookmark

      Relation.DefinitionStages.WithCreate withExistingBookmark(String resourceGroupName, String workspaceName, String bookmarkId)
      Specifies resourceGroupName, workspaceName, bookmarkId.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      bookmarkId - Bookmark ID.
      Returns:
      the next definition stage.