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.