TrafficWeight Class
Traffic weight assigned to a revision.
- Inheritance
-
azure.mgmt.web._serialization.ModelTrafficWeight
Constructor
TrafficWeight(*, revision_name: str | None = None, weight: int | None = None, latest_revision: bool = False, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
revision_name
|
Name of a revision. |
weight
|
Traffic weight assigned to a revision. |
latest_revision
|
Indicates that the traffic weight belongs to a latest stable revision. |
Variables
Name | Description |
---|---|
revision_name
|
Name of a revision. |
weight
|
Traffic weight assigned to a revision. |
latest_revision
|
Indicates that the traffic weight belongs to a latest stable revision. |
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