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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python