RegistryUpdateParameters Class
The parameters for updating a container registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelRegistryUpdateParameters
Constructor
RegistryUpdateParameters(*, tags: Dict[str, str] | None = None, sku: _models.Sku | None = None, admin_user_enabled: bool | None = None, storage_account: _models.StorageAccountProperties | None = None, network_rule_set: _models.NetworkRuleSet | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
The tags for the container registry. |
sku
|
The SKU of 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. Only applicable to Classic SKU. If specified, the storage account must be in the same physical location as the container registry. |
network_rule_set
|
The network rule set for a container registry. |
Variables
Name | Description |
---|---|
tags
|
The tags for the container registry. |
sku
|
The SKU of 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. Only applicable to Classic SKU. If specified, the storage account must be in the same physical location as the container registry. |
network_rule_set
|
The network rule set for a container registry. |
Azure SDK for Python