Compartilhar via


ScriptsOperationsExtensions.CheckNameAvailabilityAsync Método

Definição

Verifica se o nome do script é 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.IScriptsOperations operations, string resourceGroupName, string clusterName, string databaseName, Microsoft.Azure.Management.Kusto.Models.ScriptCheckNameRequest scriptName, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameAvailabilityAsync : Microsoft.Azure.Management.Kusto.IScriptsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.ScriptCheckNameRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.CheckNameResult>
<Extension()>
Public Function CheckNameAvailabilityAsync (operations As IScriptsOperations, resourceGroupName As String, clusterName As String, databaseName As String, scriptName As ScriptCheckNameRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CheckNameResult)

Parâmetros

operations
IScriptsOperations

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

resourceGroupName
String

O nome do grupo de recursos que contém o cluster Kusto.

clusterName
String

O nome do cluster Kusto.

databaseName
String

O nome do banco de dados no cluster Kusto.

scriptName
ScriptCheckNameRequest

O nome do script.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a