Interface DatabasePrincipalAssignment.DefinitionStages.WithParentResource

    • Method Detail

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