IDiagnosticMetricSet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DiagnosticMetricSetTypeConverter))]
public interface IDiagnosticMetricSet : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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) |