Compartilhar via


RegistryUpdateParameters Class

The parameters for updating a container registry.

Inheritance
azure.mgmt.containerregistry._serialization.Model
RegistryUpdateParameters

Constructor

RegistryUpdateParameters(*, identity: _models.IdentityProperties | None = None, 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, encryption: _models.EncryptionProperty | None = None, data_endpoint_enabled: bool | None = None, public_network_access: str | _models.PublicNetworkAccess | None = None, network_rule_bypass_options: str | _models.NetworkRuleBypassOptions | None = None, anonymous_pull_enabled: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
identity

The identity of the container registry.

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.

encryption

The encryption settings of container registry.

data_endpoint_enabled

Enable a single data endpoint per region for serving data.

public_network_access

Whether or not public network access is allowed for the container registry. Known values are: "Enabled" and "Disabled".

network_rule_bypass_options

Whether to allow trusted Azure services to access a network restricted registry. Known values are: "AzureServices" and "None".

anonymous_pull_enabled

Enables registry-wide pull from unauthenticated clients.

Variables

Name Description
identity

The identity of the container registry.

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.

encryption

The encryption settings of container registry.

data_endpoint_enabled

Enable a single data endpoint per region for serving data.

public_network_access

Whether or not public network access is allowed for the container registry. Known values are: "Enabled" and "Disabled".

network_rule_bypass_options

Whether to allow trusted Azure services to access a network restricted registry. Known values are: "AzureServices" and "None".

anonymous_pull_enabled

Enables registry-wide pull from unauthenticated clients.