Uses of Class
com.azure.resourcemanager.kusto.fluent.models.DatabasePrincipalInner
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 DatabasePrincipalInner in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<DatabasePrincipalInner>
DatabasesClient.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<DatabasePrincipalInner>
DatabasesClient.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. -
Uses of DatabasePrincipalInner in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionSet the appId property: Application id - relevant only for application principal type.Set the email property: Database principal email if exists.Set the fqn property: Database principal fully qualified name.Set the name property: Database principal name.DatabasePrincipalInner.withRole
(DatabasePrincipalRole role) Set the role property: Database principal role.DatabasePrincipalInner.withType
(DatabasePrincipalType type) Set the type property: Database principal type.Modifier and TypeMethodDescriptionDatabasePrincipalListResultInner.value()
Get the value property: The list of Kusto database principals.Modifier and TypeMethodDescriptionDatabasePrincipalListResultInner.withValue
(List<DatabasePrincipalInner> value) Set the value property: The list of Kusto database principals. -
Uses of DatabasePrincipalInner in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionDatabasePrincipal.innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.DatabasePrincipalInner object.Modifier and TypeMethodDescriptionDatabasePrincipalListRequest.value()
Get the value property: The list of Kusto database principals.Modifier and TypeMethodDescriptionDatabasePrincipalListRequest.withValue
(List<DatabasePrincipalInner> value) Set the value property: The list of Kusto database principals.