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 workspaceName, String kustoPoolName, String databaseName, String resourceGroupName)
      Specifies workspaceName, kustoPoolName, databaseName, resourceGroupName.
      Parameters:
      workspaceName - The name of the workspace.
      kustoPoolName - The name of the Kusto pool.
      databaseName - The name of the database in the Kusto pool.
      resourceGroupName - The name of the resource group. The name is case insensitive.
      Returns:
      the next definition stage.