ReplicationUpdateParameters Class
The parameters for updating a replication.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelReplicationUpdateParameters
Constructor
ReplicationUpdateParameters(*, tags: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
The tags for the replication. |
Variables
Name | Description |
---|---|
tags
|
The tags for the replication. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python