Package version:

A request to check whether a container registry name is available.

interface RegistryNameCheckRequest {
    autoGeneratedDomainNameLabelScope?: string;
    name: string;
    resourceGroupName?: string;
    type: "Microsoft.ContainerRegistry/registries";
}

Properties

autoGeneratedDomainNameLabelScope?: string

The auto generated domain name label of the container registry. This value defaults to "Unsecure".

name: string

The name of the container registry.

resourceGroupName?: string

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'.