Package version:

Interface ConnectedRegistryUpdateParameters

The parameters for updating a connected registry.

interface ConnectedRegistryUpdateParameters {
    clientTokenIds?: string[];
    garbageCollection?: GarbageCollectionProperties;
    logging?: LoggingProperties;
    notificationsList?: string[];
    syncProperties?: SyncUpdateProperties;
}

Properties

clientTokenIds?: string[]

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

garbageCollection?: GarbageCollectionProperties

The garbage collection properties of the connected registry.

The logging properties of the connected registry.

notificationsList?: string[]

The list of notifications subscription information for the connected registry.

syncProperties?: SyncUpdateProperties

The sync properties of the connected registry with its parent.