ConnectedRegistry interface
An object that represents a connected registry for a container registry.
- Extends
Properties
| activation | The activation properties of the connected registry. NOTE: This property will not be serialized. It can only be populated by the server. |
| 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. NOTE: This property will not be serialized. It can only be populated by the server. |
| garbage |
The garbage collection properties of the connected registry. |
| last |
The last activity time of the connected registry. NOTE: This property will not be serialized. It can only be populated by the server. |
| 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. NOTE: This property will not be serialized. It can only be populated by the server. |
| status |
The list of current statuses of the connected registry. NOTE: This property will not be serialized. It can only be populated by the server. |
| version | 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. |
Inherited Properties
| id | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
activation
The activation properties of the connected registry. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
statusDetails
The list of current statuses of the connected registry. NOTE: This property will not be serialized. It can only be populated by the server.
statusDetails?: StatusDetailProperties[]
Property Value
version
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.
version?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type