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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python