ConnectedRegistry Class 
An object that represents a connected registry for a container registry.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ConnectedRegistry(*, mode: str | _models.ConnectedRegistryMode | None = None, parent: _models.ParentProperties | None = None, client_token_ids: List[str] | None = None, login_server: _models.LoginServerProperties | None = None, logging: _models.LoggingProperties | None = None, notifications_list: List[str] | None = None, garbage_collection: _models.GarbageCollectionProperties | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| mode | The mode of the connected registry resource that indicates the permissions of the registry. Known values are: "ReadWrite", "ReadOnly", "Registry", and "Mirror". Default value: None | 
| parent | The properties of the connected registry parent. Default value: None | 
| client_token_ids | The list of the ACR token resource IDs used to authenticate clients to the connected registry. Default value: None | 
| login_server | The login server properties of the connected registry. Default value: None | 
| logging | The logging properties of the connected registry. Default value: None | 
| notifications_list | The list of notifications subscription information for the connected registry. Default value: None | 
| garbage_collection | The garbage collection properties of the connected registry. Default value: None | 
Variables
| Name | Description | 
|---|---|
| id | The resource ID. | 
| name | The name of the resource. | 
| type | The type of the resource. | 
| system_data | Metadata pertaining to creation and last modification of the resource. | 
| provisioning_state | Provisioning state of the resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". | 
| mode | The mode of the connected registry resource that indicates the permissions of the registry. Known values are: "ReadWrite", "ReadOnly", "Registry", and "Mirror". | 
| version | The current version of ACR runtime on the connected registry. | 
| connection_state | The current connection state of the connected registry. Known values are: "Online", "Offline", "Syncing", and "Unhealthy". | 
| last_activity_time | The last activity time of the connected registry. | 
| activation |  | 
| parent | The properties of the connected registry parent. | 
| client_token_ids | The list of the ACR token resource IDs used to authenticate clients to the connected registry. | 
| login_server | The login server properties of the connected registry. | 
| logging | The logging properties of the connected registry. | 
| status_details | The list of current statuses of the connected registry. | 
| notifications_list | The list of notifications subscription information for the connected registry. | 
| garbage_collection | The garbage collection properties of the connected registry. |