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.