Freigeben über


DatabaseAccountsOperationsExtensions.CheckNameExistsAsync Methode

Definition

Überprüft, ob der Name des Azure Cosmos DB-Kontos bereits vorhanden ist. Ein gültiger Kontoname darf nur Kleinbuchstaben, Zahlen und das Zeichen "-" enthalten und muss zwischen 3 und 50 Zeichen lang sein.

public static System.Threading.Tasks.Task<bool> CheckNameExistsAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.IDatabaseAccountsOperations operations, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameExistsAsync : Microsoft.Azure.Management.CosmosDB.Fluent.IDatabaseAccountsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function CheckNameExistsAsync (operations As IDatabaseAccountsOperations, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)

Parameter

operations
IDatabaseAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

accountName
String

Name des Cosmos DB-Datenbankkontos.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: