TrafficWeight Class
Traffic weight assigned to a revision.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelTrafficWeight
Constructor
TrafficWeight(*, revision_name: str | None = None, weight: int | None = None, latest_revision: bool = False, label: str | None = None, **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. |
label
|
Associates a traffic label with a 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. |
label
|
Associates a traffic label with a revision. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python