RegistryNameCheckRequest interface
检查容器注册表名称是否可用的请求。
属性
| auto |
容器注册表的自动生成的域名标签。 此值默认为“不安全”。 |
| name | 容器注册表的名称。 |
| resource |
容器注册表的资源组名称。 |
| type | 容器注册表的资源类型。 此字段必须设置为“Microsoft.ContainerRegistry/registries”。 |
属性详细信息
autoGeneratedDomainNameLabelScope
容器注册表的自动生成的域名标签。 此值默认为“不安全”。
autoGeneratedDomainNameLabelScope?: string
属性值
string
name
容器注册表的名称。
name: string
属性值
string
resourceGroupName
容器注册表的资源组名称。
resourceGroupName?: string
属性值
string
type
容器注册表的资源类型。 此字段必须设置为“Microsoft.ContainerRegistry/registries”。
type: "Microsoft.ContainerRegistry/registries"
属性值
"Microsoft.ContainerRegistry/registries"