Uses of Class
com.azure.resourcemanager.kusto.fluent.models.DatabasePrincipalListResultInner
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of DatabasePrincipalListResultInner in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptionDatabasesClient.addPrincipals
(String resourceGroupName, String clusterName, String databaseName, DatabasePrincipalListRequest databasePrincipalsToAdd) Add Database principals permissions.DatabasesClient.removePrincipals
(String resourceGroupName, String clusterName, String databaseName, DatabasePrincipalListRequest databasePrincipalsToRemove) Remove Database principals permissions.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DatabasePrincipalListResultInner>
DatabasesClient.addPrincipalsWithResponse
(String resourceGroupName, String clusterName, String databaseName, DatabasePrincipalListRequest databasePrincipalsToAdd, com.azure.core.util.Context context) Add Database principals permissions.com.azure.core.http.rest.Response<DatabasePrincipalListResultInner>
DatabasesClient.removePrincipalsWithResponse
(String resourceGroupName, String clusterName, String databaseName, DatabasePrincipalListRequest databasePrincipalsToRemove, com.azure.core.util.Context context) Remove Database principals permissions. -
Uses of DatabasePrincipalListResultInner in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionDatabasePrincipalListResultInner.withValue
(List<DatabasePrincipalInner> value) Set the value property: The list of Kusto database principals. -
Uses of DatabasePrincipalListResultInner in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionDatabasePrincipalListResult.innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.DatabasePrincipalListResultInner object.