latestSwagger 2.02026-07-1382142353.7 KB

6c09537668b6

Databases

Checks that the databases resource name is valid and is not already in use.

post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/checkNameAvailability

Path parameters

clusterNamestring required

The name of the Kusto cluster.

Parameters

../../../../../../common-types/resource-management/v3/types.json#/components/parameters/ApiVersionParameter — unresolved $ref
../../../../../../common-types/resource-management/v3/types.json#/components/parameters/SubscriptionIdParameter — unresolved $ref
../../../../../../common-types/resource-management/v3/types.json#/components/parameters/ResourceGroupNameParameter — unresolved $ref

Request body

namestring required

Resource name.

type'Microsoft.Kusto/clusters/databases' | 'Microsoft.Kusto/clusters/attachedDatabaseConfigurations' required

The type of resource, for instance Microsoft.Kusto/clusters/databases.

Response

Azure operation completed successfully.

nameAvailableboolean

Specifies a Boolean value that indicates if the name is available.

namestring

The name that was checked.

messagestring

Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated.

reason'Invalid' | 'AlreadyExists'

Message providing the reason why the given name is invalid.