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, 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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python