Interface DataSource.DefinitionStages.WithParentResource

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

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

    • withExistingWorkspace

      DataSource.DefinitionStages.WithProperties withExistingWorkspace(String resourceGroupName, String workspaceName)
      Specifies resourceGroupName, workspaceName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      Returns:
      the next definition stage.