| Description | : This API is used to check the uniqueness of a resource name used for a diagnostic, troubleshooter or solutions |
| Reference | : Link ¶ |
⚼ Request
POST:
/{scope}/providers/Microsoft.Help/checkNameAvailability
{
api-version:
string
,
scope:
string
,
CheckNameAvailabilityRequest:
}
{
,
name:
string
,
type:
string
,
}
⚐ Response (200)
{
nameAvailable:
boolean
,
reason:
string
,
message:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}