Share via


ConnectedRegistryProperties Class

The properties of a connected registry.

Constructor

ConnectedRegistryProperties(*args: Any, **kwargs: Any)

Variables

Name Description
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. Required. 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. Required.

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.

Attributes

activation

The activation properties of the connected registry.

activation: _models.ActivationProperties | None

client_token_ids

The list of the ACR token resource IDs used to authenticate clients to the connected registry.

client_token_ids: list[str] | None

connection_state

"Online", "Offline", "Syncing", and "Unhealthy".

connection_state: str | _models.ConnectionState | None

garbage_collection

The garbage collection properties of the connected registry.

garbage_collection: _models.GarbageCollectionProperties | None

last_activity_time

The last activity time of the connected registry.

last_activity_time: datetime | None

logging

The logging properties of the connected registry.

logging: _models.LoggingProperties | None

login_server

The login server properties of the connected registry.

login_server: _models.LoginServerProperties | None

mode

The mode of the connected registry resource that indicates the permissions of the registry. Required. Known values are: "ReadWrite", "ReadOnly", "Registry", and "Mirror".

mode: str | _models.ConnectedRegistryMode

notifications_list

The list of notifications subscription information for the connected registry.

notifications_list: list[str] | None

parent

The parent of the connected registry. Required.

parent: _models.ParentProperties

provisioning_state

"Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".

provisioning_state: str | _models.ProvisioningState | None

status_details

The list of current statuses of the connected registry.

status_details: list['_models.StatusDetailProperties'] | None

version

The current version of ACR runtime on the connected registry.

version: str | None