ConnectedRegistryUpdateParameters Class
The parameters for updating a connected registry.
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. Default value: None
|
logging
|
The logging properties of the connected registry. Default value: None
|
client_token_ids
|
The list of the ACR token resource IDs used to authenticate clients to the connected registry. Default value: None
|
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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python