Compartir a través de


AttachedDatabaseConfigurationsOperationsExtensions.CheckNameAvailability Método

Definición

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

public static Microsoft.Azure.Management.Kusto.Models.CheckNameResult CheckNameAvailability (this Microsoft.Azure.Management.Kusto.IAttachedDatabaseConfigurationsOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfigurationsCheckNameRequest resourceName);
static member CheckNameAvailability : Microsoft.Azure.Management.Kusto.IAttachedDatabaseConfigurationsOperations * string * string * Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfigurationsCheckNameRequest -> Microsoft.Azure.Management.Kusto.Models.CheckNameResult
<Extension()>
Public Function CheckNameAvailability (operations As IAttachedDatabaseConfigurationsOperations, resourceGroupName As String, clusterName As String, resourceName As AttachedDatabaseConfigurationsCheckNameRequest) As CheckNameResult

Parámetros

operations
IAttachedDatabaseConfigurationsOperations

Grupo de operaciones para 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.

Devoluciones

Se aplica a