Uses of Class
com.azure.resourcemanager.synapse.models.ClusterPrincipalAssignmentCheckNameRequest
-
Packages that use ClusterPrincipalAssignmentCheckNameRequest Package Description com.azure.resourcemanager.synapse.fluent Package containing the service clients for SynapseManagementClient.com.azure.resourcemanager.synapse.models Package containing the data models for SynapseManagementClient. -
-
Uses of ClusterPrincipalAssignmentCheckNameRequest in com.azure.resourcemanager.synapse.fluent
Methods in com.azure.resourcemanager.synapse.fluent with parameters of type ClusterPrincipalAssignmentCheckNameRequest Modifier and Type Method Description CheckNameResultInner
KustoPoolPrincipalAssignmentsClient. checkNameAvailability(String workspaceName, String kustoPoolName, String resourceGroupName, ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName)
Checks that the principal assignment name is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResultInner>
KustoPoolPrincipalAssignmentsClient. checkNameAvailabilityWithResponse(String workspaceName, String kustoPoolName, String resourceGroupName, 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.synapse.models
Methods in com.azure.resourcemanager.synapse.models that return ClusterPrincipalAssignmentCheckNameRequest Modifier and Type Method Description ClusterPrincipalAssignmentCheckNameRequest
ClusterPrincipalAssignmentCheckNameRequest. withName(String name)
Set the name property: Principal Assignment resource name.ClusterPrincipalAssignmentCheckNameRequest
ClusterPrincipalAssignmentCheckNameRequest. withType(String type)
Set the type property: The type of resource, Microsoft.Synapse/workspaces/kustoPools/principalAssignments.Methods in com.azure.resourcemanager.synapse.models with parameters of type ClusterPrincipalAssignmentCheckNameRequest Modifier and Type Method Description CheckNameResult
KustoPoolPrincipalAssignments. checkNameAvailability(String workspaceName, String kustoPoolName, String resourceGroupName, ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName)
Checks that the principal assignment name is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResult>
KustoPoolPrincipalAssignments. checkNameAvailabilityWithResponse(String workspaceName, String kustoPoolName, String resourceGroupName, ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName, com.azure.core.util.Context context)
Checks that the principal assignment name is valid and is not already in use.
-