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 conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python