PerfMonSet Class
Metric information.
- Inheritance
-
azure.mgmt.web._serialization.ModelPerfMonSet
Constructor
PerfMonSet(*, name: str | None = None, start_time: datetime | None = None, end_time: datetime | None = None, time_grain: str | None = None, values: List[_models.PerfMonSample] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Unique key name of the counter. |
start_time
|
Start time of the period. |
end_time
|
End time of the period. |
time_grain
|
Presented time grain. |
values
|
Collection of workers that are active during this time. |
Variables
Name | Description |
---|---|
name
|
Unique key name of the counter. |
start_time
|
Start time of the period. |
end_time
|
End time of the period. |
time_grain
|
Presented time grain. |
values
|
Collection of workers that are active during this time. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python