IMetricsBasedChart Interface

Definition

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

Properties

Name Description
AggregationType

Allowed values are Sum, Avg, Count, Min, Max. Default is Sum

FilterGroupFilter

List of filters

Name

Chart name

ReplacementKey

Place holder used in HTML Content replace control with the content

TimeSpanDuration

Time span duration

Title

Chart title

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to