Package version:

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

interface ConnectedRegistry {
    activation?: ActivationProperties;
    clientTokenIds?: string[];
    connectionState?: string;
    garbageCollection?: GarbageCollectionProperties;
    id?: string;
    lastActivityTime?: any;
    logging?: LoggingProperties;
    loginServer?: LoginServerProperties;
    mode?: string;
    name?: string;
    notificationsList?: string[];
    parent?: ParentProperties;
    provisioningState?: string;
    statusDetails?: StatusDetailProperties[];
    systemData?: SystemData;
    type?: string;
    version?: string;
}

Hierarchy (view full)

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.

garbageCollection?: GarbageCollectionProperties

The garbage collection properties of the connected registry.

id?: string

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

lastActivityTime?: any

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.