Compartir a través de


AttachedDatabaseConfigurationsOperationsExtensions.CheckNameAvailabilityAsync Método

Definición

Comprueba que el nombre del recurso de configuración de base de datos adjunto es válido y que aún no está en uso.

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

Parámetros

operations
IAttachedDatabaseConfigurationsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene el clúster de Kusto.

clusterName
String

Nombre del clúster de Kusto.

resourceName
AttachedDatabaseConfigurationsCheckNameRequest

Nombre del recurso.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a