RegistryUpdateParameters Class
The parameters for updating a container registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelRegistryUpdateParameters
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, metadata_search: str | _models.MetadataSearch | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
identity
|
The identity of the container registry. |
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. |
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. |
metadata_search
|
Determines whether registry artifacts are indexed for metadata search. Known values are: "Enabled" and "Disabled". |
Variables
Name | Description |
---|---|
identity
|
The identity of the container registry. |
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. |
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. |
metadata_search
|
Determines whether registry artifacts are indexed for metadata search. Known values are: "Enabled" and "Disabled". |
Azure SDK for Python