RegistryUpdateParameters Class

The parameters for updating a container registry.

Inheritance
RegistryUpdateParameters

Constructor

RegistryUpdateParameters(*, identity: Optional[azure.mgmt.containerregistry.v2021_06_01_preview.models._models_py3.IdentityProperties] = None, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.containerregistry.v2021_06_01_preview.models._models_py3.Sku] = None, admin_user_enabled: Optional[bool] = None, network_rule_set: Optional[azure.mgmt.containerregistry.v2021_06_01_preview.models._models_py3.NetworkRuleSet] = None, policies: Optional[azure.mgmt.containerregistry.v2021_06_01_preview.models._models_py3.Policies] = None, encryption: Optional[azure.mgmt.containerregistry.v2021_06_01_preview.models._models_py3.EncryptionProperty] = None, data_endpoint_enabled: Optional[bool] = None, public_network_access: Optional[Union[str, azure.mgmt.containerregistry.v2021_06_01_preview.models._container_registry_management_client_enums.PublicNetworkAccess]] = None, network_rule_bypass_options: Optional[Union[str, azure.mgmt.containerregistry.v2021_06_01_preview.models._container_registry_management_client_enums.NetworkRuleBypassOptions]] = None, anonymous_pull_enabled: Optional[bool] = None, **kwargs)

Variables

identity
IdentityProperties

The identity of the container registry.

tags
dict[str, str]

A set of tags. The tags for the container registry.

sku
Sku

The SKU of the container registry.

admin_user_enabled
bool

The value that indicates whether the admin user is enabled.

network_rule_set
NetworkRuleSet

The network rule set for a container registry.

policies
Policies

The policies for a container registry.

encryption
EncryptionProperty

The encryption settings of container registry.

data_endpoint_enabled
bool

Enable a single data endpoint per region for serving data.

public_network_access
str or PublicNetworkAccess

Whether or not public network access is allowed for the container registry. Possible values include: "Enabled", "Disabled".

network_rule_bypass_options
str or NetworkRuleBypassOptions

Whether to allow trusted Azure services to access a network restricted registry. Possible values include: "AzureServices", "None".

anonymous_pull_enabled
bool

Enables registry-wide pull from unauthenticated clients.