ConnectedRegistryProperties interface
The properties of a connected registry.
Properties
| activation | The activation properties of the connected registry. |
| client |
The list of the ACR token resource IDs used to authenticate clients to the connected registry. |
| connection |
The current connection state of the connected registry. |
| garbage |
The garbage collection properties of the connected registry. |
| last |
The last activity time of the connected registry. |
| logging | The logging properties of the connected registry. |
| login |
The login server properties of the connected registry. |
| mode | The mode of the connected registry resource that indicates the permissions of the registry. |
| notifications |
The list of notifications subscription information for the connected registry. |
| parent | The parent of the connected registry. |
| provisioning |
Provisioning state of the resource. |
| registry |
The result of the connected registry's most recent sync with its parent. |
| status |
The list of current statuses of the connected registry. |
| version | The current version of ACR runtime on the connected registry. |
Property Details
activation
The activation properties of the connected registry.
activation?: ActivationProperties
Property Value
clientTokenIds
The list of the ACR token resource IDs used to authenticate clients to the connected registry.
clientTokenIds?: string[]
Property Value
string[]
connectionState
The current connection state of the connected registry.
connectionState?: string
Property Value
string
garbageCollection
The garbage collection properties of the connected registry.
garbageCollection?: GarbageCollectionProperties
Property Value
lastActivityTime
The last activity time of the connected registry.
lastActivityTime?: Date
Property Value
Date
logging
The logging properties of the connected registry.
logging?: LoggingProperties
Property Value
loginServer
The login server properties of the connected registry.
loginServer?: LoginServerProperties
Property Value
mode
The mode of the connected registry resource that indicates the permissions of the registry.
mode: string
Property Value
string
notificationsList
The list of notifications subscription information for the connected registry.
notificationsList?: string[]
Property Value
string[]
parent
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
registrySyncResult
The result of the connected registry's most recent sync with its parent.
registrySyncResult?: RegistrySyncResult
Property Value
statusDetails
The list of current statuses of the connected registry.
statusDetails?: StatusDetailProperties[]
Property Value
version
The current version of ACR runtime on the connected registry.
version?: string
Property Value
string