RegistryNameCheckRequest Class

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

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to server.

Constructor

RegistryNameCheckRequest(*, name: str, resource_group_name: str | None = None, auto_generated_domain_name_label_scope: str | _models.AutoGeneratedDomainNameLabelScope | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the container registry. Required.

resource_group_name
str

The resource group name of the container registry.

auto_generated_domain_name_label_scope

The auto generated domain name label of the container registry. This value defaults to "Unsecure". Known values are: "Unsecure", "TenantReuse", "SubscriptionReuse", "ResourceGroupReuse", and "NoReuse".

Variables

Name Description
name
str

The name of the container registry. Required.

type
str

The resource type of the container registry. This field must be set to 'Microsoft.ContainerRegistry/registries'. Required. Default value is "Microsoft.ContainerRegistry/registries".

resource_group_name
str

The resource group name of the container registry.

auto_generated_domain_name_label_scope

The auto generated domain name label of the container registry. This value defaults to "Unsecure". Known values are: "Unsecure", "TenantReuse", "SubscriptionReuse", "ResourceGroupReuse", and "NoReuse".

Attributes

type

type = 'Microsoft.ContainerRegistry/registries'