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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python