Interface AttachedDatabaseConfiguration.DefinitionStages.WithParentResource

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

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

    • withExistingKustoPool

      AttachedDatabaseConfiguration.DefinitionStages.WithCreate withExistingKustoPool(String workspaceName, String kustoPoolName, String resourceGroupName)
      Specifies workspaceName, kustoPoolName, resourceGroupName.
      Parameters:
      workspaceName - The name of the workspace.
      kustoPoolName - The name of the Kusto pool.
      resourceGroupName - The name of the resource group. The name is case insensitive.
      Returns:
      the next definition stage.