DatabaseAccountsOperationsExtensions.CheckNameExists Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks that the Azure Cosmos DB account name already exists. A valid account name may contain only lowercase letters, numbers, and the '-' character, and must be between 3 and 50 characters.
public static bool CheckNameExists (this Microsoft.Azure.Management.CosmosDB.IDatabaseAccountsOperations operations, string accountName);
static member CheckNameExists : Microsoft.Azure.Management.CosmosDB.IDatabaseAccountsOperations * string -> bool
<Extension()>
Public Function CheckNameExists (operations As IDatabaseAccountsOperations, accountName As String) As Boolean
Parameters
- operations
- IDatabaseAccountsOperations
The operations group for this extension method.
- accountName
- String
Cosmos DB database account name.
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET