你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PerfMonSample Class

Performance monitor sample in a set.

Inheritance
azure.mgmt.web._serialization.Model
PerfMonSample

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
str

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
str

Name of the server on which the measurement is made.

value

Value of counter at a certain time.