IMetricsBasedChart 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.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) |