Uses of Class
com.azure.resourcemanager.kusto.models.DatabasePrincipalAssignmentCheckNameRequest
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of DatabasePrincipalAssignmentCheckNameRequest in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptionDatabasePrincipalAssignmentsClient.checkNameAvailability
(String resourceGroupName, String clusterName, String databaseName, DatabasePrincipalAssignmentCheckNameRequest principalAssignmentName) Checks that the database principal assignment is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResultInner>
DatabasePrincipalAssignmentsClient.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, String databaseName, DatabasePrincipalAssignmentCheckNameRequest principalAssignmentName, com.azure.core.util.Context context) Checks that the database principal assignment is valid and is not already in use. -
Uses of DatabasePrincipalAssignmentCheckNameRequest in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionSet the name property: Principal Assignment resource name.Set the type property: The type of resource, Microsoft.Kusto/clusters/databases/principalAssignments.Modifier and TypeMethodDescriptionDatabasePrincipalAssignments.checkNameAvailability
(String resourceGroupName, String clusterName, String databaseName, DatabasePrincipalAssignmentCheckNameRequest principalAssignmentName) Checks that the database principal assignment is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResult>
DatabasePrincipalAssignments.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, String databaseName, DatabasePrincipalAssignmentCheckNameRequest principalAssignmentName, com.azure.core.util.Context context) Checks that the database principal assignment is valid and is not already in use.