Partilhar via


AttachedDatabaseConfigurationsOperationsExtensions.CheckNameAvailability Método

Definição

Verifica se o nome do recurso de configuração do banco de dados anexado é válido e ainda não está em 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

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.

resourceName
AttachedDatabaseConfigurationsCheckNameRequest

O nome do recurso.

Retornos

Aplica-se a