Package version:

Interface ConnectedRegistry

An object that represents a connected registry for a container registry.

Hierarchy

Properties

The activation properties of the connected registry. NOTE: This property will not be serialized. It can only be populated by the server.

clientTokenIds?: string[]

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

connectionState?: string

The current connection state of the connected registry. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

lastActivityTime?: Date

The last activity time of the connected registry. NOTE: This property will not be serialized. It can only be populated by the server.

The logging properties of the connected registry.

loginServer?: LoginServerProperties

The login server properties of the connected registry.

mode?: string

The mode of the connected registry resource that indicates the permissions of the registry.

name?: string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

notificationsList?: string[]

The list of notifications subscription information for the connected registry.

The parent of the connected registry.

provisioningState?: string

Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

statusDetails?: StatusDetailProperties[]

The list of current statuses of the connected registry. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

The current version of ACR runtime on the connected registry. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc