Uses of Interface
com.azure.resourcemanager.kusto.models.DatabasePrincipalAssignment
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of DatabasePrincipalAssignment in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionDatabasePrincipalAssignment.Update.apply()
Executes the update request.DatabasePrincipalAssignment.Update.apply
(com.azure.core.util.Context context) Executes the update request.DatabasePrincipalAssignment.DefinitionStages.WithCreate.create()
Executes the create request.DatabasePrincipalAssignment.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.DatabasePrincipalAssignments.get
(String resourceGroupName, String clusterName, String databaseName, String principalAssignmentName) Gets a Kusto cluster database principalAssignment.Gets a Kusto cluster database principalAssignment.DatabasePrincipalAssignment.refresh()
Refreshes the resource to sync with Azure.DatabasePrincipalAssignment.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DatabasePrincipalAssignment>
DatabasePrincipalAssignments.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a Kusto cluster database principalAssignment.com.azure.core.http.rest.Response<DatabasePrincipalAssignment>
DatabasePrincipalAssignments.getWithResponse
(String resourceGroupName, String clusterName, String databaseName, String principalAssignmentName, com.azure.core.util.Context context) Gets a Kusto cluster database principalAssignment.com.azure.core.http.rest.PagedIterable<DatabasePrincipalAssignment>
DatabasePrincipalAssignments.list
(String resourceGroupName, String clusterName, String databaseName) Lists all Kusto cluster database principalAssignments.com.azure.core.http.rest.PagedIterable<DatabasePrincipalAssignment>
DatabasePrincipalAssignments.list
(String resourceGroupName, String clusterName, String databaseName, com.azure.core.util.Context context) Lists all Kusto cluster database principalAssignments.