PerfMonSample Class
Performance monitor sample in a set.
- Inheritance
-
azure.mgmt.web._serialization.ModelPerfMonSample
Constructor
PerfMonSample(*, time: datetime | None = None, instance_name: str | None = None, value: float | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
time
|
Point in time for which counter was measured. |
instance_name
|
Name of the server on which the measurement is made. |
value
|
Value of counter at a certain time. |
Variables
Name | Description |
---|---|
time
|
Point in time for which counter was measured. |
instance_name
|
Name of the server on which the measurement is made. |
value
|
Value of counter at a certain 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