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

    • withExistingCluster

      AttachedDatabaseConfiguration.DefinitionStages.WithCreate withExistingCluster(String resourceGroupName, String clusterName)
      Specifies resourceGroupName, clusterName.
      Parameters:
      resourceGroupName - The name of the resource group containing the Kusto cluster.
      clusterName - The name of the Kusto cluster.
      Returns:
      the next definition stage.