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. |
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