Description | : Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription. |
Reference | : Link ¶ |
⚼ Request
POST:
/providers/Microsoft.Support/checkNameAvailability
{
api-version:
string
,
checkNameAvailabilityInput:
}
{
,
name:
string
,
type:
enum
,
}
⚐ Response (200)
{
nameAvailable:
boolean
,
reason:
string
,
message:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}