DatabaseAccountsOperationsExtensions.CheckNameExistsAsync 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 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)
Parameters
- operations
- IDatabaseAccountsOperations
The operations group for this extension method.
- accountName
- String
Cosmos DB database account name.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET