Description | : Checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length. |
Reference | : Link ¶ |
⚼ Request
POST:
/subscriptions/{subscriptionId}/providers/Microsoft.ContainerRegistry/checkNameAvailability
{
api-version:
string
,
subscriptionId:
string
,
registryNameCheckRequest:
}
{
,
name:
string
,
type:
enum
,
}
⚐ Response (200)
{
nameAvailable:
boolean
,
reason:
string
,
message:
string
,
}