IClusterPrincipalAssignmentsOperations.CheckNameAvailabilityWithHttpMessagesAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Verifica se o nome da atribuição de entidade de segurança é válido e ainda não está em uso.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Kusto.Models.CheckNameResult>> CheckNameAvailabilityWithHttpMessagesAsync (string resourceGroupName, string clusterName, Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckNameAvailabilityWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignmentCheckNameRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Kusto.Models.CheckNameResult>>
Public Function CheckNameAvailabilityWithHttpMessagesAsync (resourceGroupName As String, clusterName As String, principalAssignmentName As ClusterPrincipalAssignmentCheckNameRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of CheckNameResult))
Parâmetros
- resourceGroupName
- String
O nome do grupo de recursos que contém o cluster Kusto.
- clusterName
- String
O nome do cluster Kusto.
- principalAssignmentName
- ClusterPrincipalAssignmentCheckNameRequest
O nome da atribuição principal.
- customHeaders
- Dictionary<String,List<String>>
Os cabeçalhos que serão adicionados à solicitação.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Exceções
Gerada quando a operação retornou um código de status inválido
Gerada quando não é possível desserializar a resposta
Gerado quando um parâmetro necessário é nulo
Aplica-se a
Azure SDK for .NET