ConnectedRegistryUpdateParameters interface
The parameters for updating a connected registry.
Properties
| client |
The list of the ACR token resource IDs used to authenticate clients to the connected registry. |
| garbage |
The garbage collection properties of the connected registry. |
| logging | The logging properties of the connected registry. |
| notifications |
The list of notifications subscription information for the connected registry. |
| sync |
The sync properties of the connected registry with its parent. |
Property Details
clientTokenIds
The list of the ACR token resource IDs used to authenticate clients to the connected registry.
clientTokenIds?: string[]
Property Value
string[]
garbageCollection
The garbage collection properties of the connected registry.
garbageCollection?: GarbageCollectionProperties
Property Value
logging
The logging properties of the connected registry.
logging?: LoggingProperties
Property Value
notificationsList
The list of notifications subscription information for the connected registry.
notificationsList?: string[]
Property Value
string[]
syncProperties
The sync properties of the connected registry with its parent.
syncProperties?: SyncUpdateProperties