Compartilhar via


ClustersOperationsExtensions.CheckNameAvailabilityAsync Método

Definição

Verifica se o nome do cluster é válido e ainda não está em uso.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.CheckNameResult> CheckNameAvailabilityAsync (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string location, Microsoft.Azure.Management.Kusto.Models.ClusterCheckNameRequest clusterName, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameAvailabilityAsync : Microsoft.Azure.Management.Kusto.IClustersOperations * string * Microsoft.Azure.Management.Kusto.Models.ClusterCheckNameRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.CheckNameResult>
<Extension()>
Public Function CheckNameAvailabilityAsync (operations As IClustersOperations, location As String, clusterName As ClusterCheckNameRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CheckNameResult)

Parâmetros

operations
IClustersOperations

O grupo de operações para esse método de extensão.

location
String

Nome da localização (região) do Azure.

clusterName
ClusterCheckNameRequest

O nome do cluster.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a