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

PerfMonSet Class

Metric information.

Inheritance
azure.mgmt.web._serialization.Model
PerfMonSet

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
str

Unique key name of the counter.

start_time

Start time of the period.

end_time

End time of the period.

time_grain
str

Presented time grain.

values

Collection of workers that are active during this time.

Variables

Name Description
name
str

Unique key name of the counter.

start_time

Start time of the period.

end_time

End time of the period.

time_grain
str

Presented time grain.

values

Collection of workers that are active during this time.