Partilhar via


RegistryUpdateParameters Class

The parameters for updating a container registry.

Inheritance
azure.mgmt.containerregistry._serialization.Model
RegistryUpdateParameters

Constructor

RegistryUpdateParameters(*, tags: Dict[str, str] | None = None, admin_user_enabled: bool | None = None, storage_account: _models.StorageAccountParameters | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tags

The tags for the container registry.

admin_user_enabled

The value that indicates whether the admin user is enabled.

storage_account

The parameters of a storage account for the container registry. If specified, the storage account must be in the same physical location as the container registry.

Variables

Name Description
tags

The tags for the container registry.

admin_user_enabled

The value that indicates whether the admin user is enabled.

storage_account

The parameters of a storage account for the container registry. If specified, the storage account must be in the same physical location as the container registry.