RegistryProperties Class
The properties of a container registry.
Constructor
RegistryProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
login_server
|
The URL that can be used to log into the container registry. |
|
creation_date
|
The creation date of the container registry in ISO8601 format. |
|
provisioning_state
|
The provisioning state of the container registry at the time the operation was called. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". |
|
status
|
The status of the container registry at the time the operation was called. |
|
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. |
|
data_endpoint_host_names
|
List of host names that will serve data when dataEndpointEnabled is true. |
|
private_endpoint_connections
|
List of private endpoint connections for a container registry. |
|
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 or not Tasks allowed to bypass the network rules for this container registry. |
|
zone_redundancy
|
Whether or not zone redundancy is enabled for this container registry. Known values are: "Enabled" and "Disabled". |
|
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
creation_date
The creation date of the container registry in ISO8601 format.
creation_date: datetime | None
data_endpoint_enabled
Enable a single data endpoint per region for serving data.
data_endpoint_enabled: bool | None
data_endpoint_host_names
List of host names that will serve data when dataEndpointEnabled is true.
data_endpoint_host_names: list[str] | None
encryption
The encryption settings of container registry.
encryption: _models.EncryptionProperty | None
login_server
The URL that can be used to log into the container registry.
login_server: str | None
network_rule_bypass_allowed_for_tasks
Whether or not Tasks allowed to bypass the network rules for this container 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
private_endpoint_connections
List of private endpoint connections for a container registry.
private_endpoint_connections: list['_models.PrivateEndpointConnection'] | None
provisioning_state
The provisioning state of the container registry at the time the operation was called. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".
provisioning_state: str | _models.ProvisioningState | 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
status
The status of the container registry at the time the operation was called.
status: _models.Status | None
zone_redundancy
Whether or not zone redundancy is enabled for this container registry. Known values are: "Enabled" and "Disabled".
zone_redundancy: str | _models.ZoneRedundancy | None