ConnectedRegistryUpdateParameters Class

The parameters for updating a connected registry.

Inheritance
ConnectedRegistryUpdateParameters

Constructor

ConnectedRegistryUpdateParameters(*, sync_properties: Optional[azure.mgmt.containerregistry.v2020_11_01_preview.models._models_py3.SyncUpdateProperties] = None, logging: Optional[azure.mgmt.containerregistry.v2020_11_01_preview.models._models_py3.LoggingProperties] = None, client_token_ids: Optional[List[str]] = None, **kwargs)

Variables

sync_properties
SyncUpdateProperties

The sync properties of the connected registry with its parent.

logging
LoggingProperties

The logging properties of the connected registry.

client_token_ids
list[str]

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