DiagnosticMetricSet Class
Class representing Diagnostic Metric information.
- Inheritance
-
azure.mgmt.web._serialization.ModelDiagnosticMetricSet
Constructor
DiagnosticMetricSet(*, name: str | None = None, unit: str | None = None, start_time: datetime | None = None, end_time: datetime | None = None, time_grain: str | None = None, values: List[_models.DiagnosticMetricSample] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the metric. |
unit
|
Metric's unit. |
start_time
|
Start time of the period. |
end_time
|
End time of the period. |
time_grain
|
Presented time grain. Supported grains at the moment are PT1M, PT1H, P1D. |
values
|
Collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}. |
Variables
Name | Description |
---|---|
name
|
Name of the metric. |
unit
|
Metric's unit. |
start_time
|
Start time of the period. |
end_time
|
End time of the period. |
time_grain
|
Presented time grain. Supported grains at the moment are PT1M, PT1H, P1D. |
values
|
Collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python