ConnectedRegistryUpdateParameters Class
The parameters for updating a connected registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelConnectedRegistryUpdateParameters
Constructor
ConnectedRegistryUpdateParameters(*, sync_properties: _models.SyncUpdateProperties | None = None, logging: _models.LoggingProperties | None = None, client_token_ids: 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. |
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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python