v2

latestSwagger 2.02026-07-13265281.9 KB
Accounts

Checks whether the specified account name is available or taken.

post/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/checkNameAvailability

Path parameters

subscriptionIdstring required

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

locationstring required

The resource location without whitespace.

Query parameters

api-versionstring required

Client Api Version.

Request body

namestring required

The Data Lake Store name to check availability for.

type'Microsoft.DataLakeStore/accounts' required

The resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeStore/accounts

Response

Successfully retrieved the Data Lake Store account name availability information.

nameAvailableboolean

The Boolean value of true or false to indicate whether the Data Lake Store account name is available or not.

reasonstring

The reason why the Data Lake Store account name is not available, if nameAvailable is false.

messagestring

The message describing why the Data Lake Store account name is not available, if nameAvailable is false.