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.
head/providers/Microsoft.DocumentDB/databaseAccountNames/{accountName}
Path parameters
accountNamestring required
Cosmos DB database account name.
Query parameters
api-versionstring required
Version of the API to be used with the client request. The current version is 2019-08-01.
Response
OK. The account name is valid but is already in use.