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, network_rule_set: _models.NetworkRuleSet | None = None, policies: _models.Policies | 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. |
network_rule_set
|
The network rule set for a container registry. |
policies
|
The policies 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. |
network_rule_set
|
The network rule set for a container registry. |
policies
|
The policies for a container registry. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python