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.

Inheritance
azure.mgmt.containerregistry.v2021_06_01_preview.models._models_py3.ProxyResource
ConnectedRegistry

Constructor

ConnectedRegistry(*, mode: Optional[Union[str, azure.mgmt.containerregistry.v2021_06_01_preview.models._container_registry_management_client_enums.ConnectedRegistryMode]] = None, parent: Optional[azure.mgmt.containerregistry.v2021_06_01_preview.models._models_py3.ParentProperties] = None, client_token_ids: Optional[List[str]] = None, login_server: Optional[azure.mgmt.containerregistry.v2021_06_01_preview.models._models_py3.LoginServerProperties] = None, logging: Optional[azure.mgmt.containerregistry.v2021_06_01_preview.models._models_py3.LoggingProperties] = None, **kwargs)

Variables

id
str

The resource ID.

name
str

The name of the resource.

type
str

The type of the resource.

system_data
SystemData

Metadata pertaining to creation and last modification of the resource.

provisioning_state
str or ProvisioningState

Provisioning state of the resource. Possible values include: "Creating", "Updating", "Deleting", "Succeeded", "Failed", "Canceled".

mode
str or ConnectedRegistryMode

The mode of the connected registry resource that indicates the permissions of the registry. Possible values include: "Registry", "Mirror".

version
str

The current version of ACR runtime on the connected registry.

connection_state
str or ConnectionState

The current connection state of the connected registry. Possible values include: "Online", "Offline", "Syncing", "Unhealthy".

last_activity_time
datetime

The last activity time of the connected registry.

activation
ActivationProperties

The activation properties of the connected registry.

parent
ParentProperties

The parent of the connected registry.

client_token_ids
list[str]

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

login_server
LoginServerProperties

The login server properties of the connected registry.

logging
LoggingProperties

The logging properties of the connected registry.

status_details
list[StatusDetailProperties]

The list of current statuses of the connected registry.