RegistryUpdateParameters Class
The parameters for updating a container registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelRegistryUpdateParameters
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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python