v5

latestSwagger 2.0raw.githubusercontent.com2021-10-25345293.2 KB
Clusters

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

post/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/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

Azure location.

Query parameters

api-versionstring required

Client API Version.

Request body

namestring required

Cluster name.

type'Microsoft.Kusto/clusters' required

The type of resource, Microsoft.Kusto/clusters.

Response

OK -- Operation to check the kusto resource name availability was successful.

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.