次の方法で共有


ConnectedRegistryUpdateParameters Class

The parameters for updating a connected registry.

Inheritance
azure.mgmt.containerregistry._serialization.Model
ConnectedRegistryUpdateParameters

Constructor

ConnectedRegistryUpdateParameters(*, sync_properties: _models.SyncUpdateProperties | None = None, logging: _models.LoggingProperties | None = None, client_token_ids: List[str] | None = None, notifications_list: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
sync_properties

The sync properties of the connected registry with its parent.

logging

The logging properties of the connected registry.

client_token_ids

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

notifications_list

The list of notifications subscription information for the connected registry.

Variables

Name Description
sync_properties

The sync properties of the connected registry with its parent.

logging

The logging properties of the connected registry.

client_token_ids

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

notifications_list

The list of notifications subscription information for the connected registry.