Share via


IDiagnosticMetricSet Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSetTypeConverter))]
public interface IDiagnosticMetricSet : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticMetricSetTypeConverter))>]
type IDiagnosticMetricSet = interface
    interface IJsonSerializable
Public Interface IDiagnosticMetricSet
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

EndTime

End time of the period

Name

Name of the metric

StartTime

Start time of the period

TimeGrain

Presented time grain. Supported grains at the moment are PT1M, PT1H, P1D

Unit

Metric's unit

Value

Collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to