RegistryPropertiesUpdateParameters Class
The parameters for updating the properties of a container registry.
Constructor
RegistryPropertiesUpdateParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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". |
|
network_rule_bypass_allowed_for_tasks
|
Whether to allow ACR Tasks service to access a network restricted registry. |
|
anonymous_pull_enabled
|
Enables registry-wide pull from unauthenticated clients. |
|
role_assignment_mode
|
Determines registry role assignment mode. Known values are: "AbacRepositoryPermissions" and "LegacyRegistryPermissions". |
Attributes
admin_user_enabled
The value that indicates whether the admin user is enabled.
admin_user_enabled: bool | None
anonymous_pull_enabled
Enables registry-wide pull from unauthenticated clients.
anonymous_pull_enabled: bool | None
data_endpoint_enabled
Enable a single data endpoint per region for serving data.
data_endpoint_enabled: bool | None
encryption
The encryption settings of container registry.
encryption: _models.EncryptionProperty | None
network_rule_bypass_allowed_for_tasks
Whether to allow ACR Tasks service to access a network restricted registry.
network_rule_bypass_allowed_for_tasks: bool | None
network_rule_bypass_options
Whether to allow trusted Azure services to access a network restricted registry. Known values are: "AzureServices" and "None".
network_rule_bypass_options: str | _models.NetworkRuleBypassOptions | None
network_rule_set
The network rule set for a container registry.
network_rule_set: _models.NetworkRuleSet | None
policies
The policies for a container registry.
policies: _models.Policies | None
public_network_access
Whether or not public network access is allowed for the container registry. Known values are: "Enabled" and "Disabled".
public_network_access: str | _models.PublicNetworkAccess | None
role_assignment_mode
"AbacRepositoryPermissions" and "LegacyRegistryPermissions".
role_assignment_mode: str | _models.RoleAssignmentMode | None