RegistryNameCheckRequest interface
A request to check whether a container registry name is available.
Properties
| auto |
The auto generated domain name label of the container registry. This value defaults to "Unsecure". |
| name | The name of the container registry. |
| resource |
The resource group name of the container registry. |
| type | The resource type of the container registry. This field must be set to 'Microsoft.ContainerRegistry/registries'. |
Property Details
autoGeneratedDomainNameLabelScope
The auto generated domain name label of the container registry. This value defaults to "Unsecure".
autoGeneratedDomainNameLabelScope?: string
Property Value
string
name
The name of the container registry.
name: string
Property Value
string
resourceGroupName
The resource group name of the container registry.
resourceGroupName?: string
Property Value
string
type
The resource type of the container registry. This field must be set to 'Microsoft.ContainerRegistry/registries'.
type: "Microsoft.ContainerRegistry/registries"
Property Value
"Microsoft.ContainerRegistry/registries"