Registry Class
An object that represents a container registry.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
Constructor
Registry(*, location: str, sku: _models.Sku, tags: Dict[str, str] | None = None, identity: _models.IdentityProperties | None = None, admin_user_enabled: bool = False, 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, zone_redundancy: str | _models.ZoneRedundancy | None = None, anonymous_pull_enabled: bool = False, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| location | The location of the resource. This cannot be changed after the resource is created. Required. | 
| tags | The tags of the resource. Default value: None | 
| sku | The SKU of the container registry. Required. | 
| identity | The identity of the container registry. Default value: None | 
| admin_user_enabled | The value that indicates whether the admin user is enabled. Default value: False | 
| network_rule_set | The network rule set for a container registry. Default value: None | 
| policies | The policies for a container registry. Default value: None | 
| encryption | The encryption settings of container registry. Default value: None | 
| data_endpoint_enabled | Enable a single data endpoint per region for serving data. Default value: None | 
| public_network_access | Whether or not public network access is allowed for the container registry. Known values are: "Enabled" and "Disabled". Default value: None | 
| network_rule_bypass_options | Whether to allow trusted Azure services to access a network restricted registry. Known values are: "AzureServices" and "None". Default value: None | 
| zone_redundancy | Whether or not zone redundancy is enabled for this container registry. Known values are: "Enabled" and "Disabled". Default value: None | 
| anonymous_pull_enabled | Enables registry-wide pull from unauthenticated clients. Default value: False | 
Variables
| Name | Description | 
|---|---|
| id | The resource ID. | 
| name | The name of the resource. | 
| type | The type of the resource. | 
| location | The location of the resource. This cannot be changed after the resource is created. Required. | 
| tags | The tags of the resource. | 
| system_data | Metadata pertaining to creation and last modification of the resource. | 
| sku | The SKU of the container registry. Required. | 
| identity | The identity of the container registry. | 
| 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". | 
| 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. |