Compartir a través de


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
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.IdentityProperties>

The identity of the container registry.

tags

The tags for the container registry.

sku
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.Sku>

The SKU of the container registry.

admin_user_enabled

The value that indicates whether the admin user is enabled.

network_rule_set
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.NetworkRuleSet>

The network rule set for a container registry.

policies
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.Policies>

The policies for a container registry.

encryption
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.EncryptionProperty>

The encryption settings of container registry.

data_endpoint_enabled

Enable a single data endpoint per region for serving data.

public_network_access
str or <xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.PublicNetworkAccess>

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

network_rule_bypass_options
str or <xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.NetworkRuleBypassOptions>

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
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.IdentityProperties>

The identity of the container registry.

tags

The tags for the container registry.

sku
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.Sku>

The SKU of the container registry.

admin_user_enabled

The value that indicates whether the admin user is enabled.

network_rule_set
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.NetworkRuleSet>

The network rule set for a container registry.

policies
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.Policies>

The policies for a container registry.

encryption
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.EncryptionProperty>

The encryption settings of container registry.

data_endpoint_enabled

Enable a single data endpoint per region for serving data.

public_network_access
str or <xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.PublicNetworkAccess>

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

network_rule_bypass_options
str or <xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.NetworkRuleBypassOptions>

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.