Interface Script.DefinitionStages.WithParentResource

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

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

    • withExistingDatabase

      Script.DefinitionStages.WithCreate withExistingDatabase(String resourceGroupName, String clusterName, String databaseName)
      Specifies resourceGroupName, clusterName, databaseName.
      Parameters:
      resourceGroupName - The name of the resource group containing the Kusto cluster.
      clusterName - The name of the Kusto cluster.
      databaseName - The name of the database in the Kusto cluster.
      Returns:
      the next definition stage.