RegistryUpdateParameters Class

The parameters for updating a container registry.

Inheritance
azure.mgmt.containerregistry._serialization.Model
RegistryUpdateParameters

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
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
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.