ReplicationUpdateParameters Class
The parameters for updating a replication.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelReplicationUpdateParameters
Constructor
ReplicationUpdateParameters(*, tags: Dict[str, str] | None = None, region_endpoint_enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
The tags for the replication. |
region_endpoint_enabled
|
Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications. |
Variables
Name | Description |
---|---|
tags
|
The tags for the replication. |
region_endpoint_enabled
|
Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python