Interface DatabasePrincipalAssignment.DefinitionStages.WithParentResource

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

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

    • withExistingDatabase

      DatabasePrincipalAssignment.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.