Uses of Class
com.azure.resourcemanager.kusto.models.ClusterPrincipalAssignmentCheckNameRequest
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of ClusterPrincipalAssignmentCheckNameRequest in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptionClusterPrincipalAssignmentsClient.checkNameAvailability
(String resourceGroupName, String clusterName, ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName) Checks that the principal assignment name is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResultInner>
ClusterPrincipalAssignmentsClient.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName, com.azure.core.util.Context context) Checks that the principal assignment name is valid and is not already in use. -
Uses of ClusterPrincipalAssignmentCheckNameRequest 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/principalAssignments.Modifier and TypeMethodDescriptionClusterPrincipalAssignments.checkNameAvailability
(String resourceGroupName, String clusterName, ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName) Checks that the principal assignment name is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResult>
ClusterPrincipalAssignments.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName, com.azure.core.util.Context context) Checks that the principal assignment name is valid and is not already in use.