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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET