v4

latestSwagger 2.0raw.githubusercontent.com2022-01-1271820.4 KB
Tenants

Checks resource name validity

A resource name is valid if it is not a reserved word, does not contains a reserved word and does not start with a reserved word

post/providers/Microsoft.Resources/checkResourceName

Query parameters

api-versionstring required

The API version to use for the operation.

Request body

namestring required

Name of the resource

typestring required

The type of the resource

Response

OK - Returns status as allowed or not.

namestring

Name of Resource

typestring

Type of Resource

status'Allowed' | 'Reserved'

Is the resource name Allowed or Reserved