Uses of Interface
com.azure.resourcemanager.kusto.models.DatabasePrincipal
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of DatabasePrincipal in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<DatabasePrincipal>
Databases.listPrincipals
(String resourceGroupName, String clusterName, String databaseName) Returns a list of database principals of the given Kusto cluster and database.com.azure.core.http.rest.PagedIterable<DatabasePrincipal>
Databases.listPrincipals
(String resourceGroupName, String clusterName, String databaseName, com.azure.core.util.Context context) Returns a list of database principals of the given Kusto cluster and database.DatabasePrincipalListResult.value()
Gets the value property: The list of Kusto database principals.