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, **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 parent of the connected registry.

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

Variables

Name Description
id
str

The resource ID.

name
str

The name of the resource.

type
str

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
str

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

The activation properties of the connected registry.

parent

The parent of the connected registry.

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.