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.IDatabaseAccountsOperations operations, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameExistsAsync : Microsoft.Azure.Management.CosmosDB.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
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