共用方式為


MetricDefinition.SupportedAggregationTypes Property

Definition

Gets or sets the collection of what aggregation types are supported.

[Newtonsoft.Json.JsonProperty(PropertyName="supportedAggregationTypes")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AggregationType?> SupportedAggregationTypes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="supportedAggregationTypes")>]
member this.SupportedAggregationTypes : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Monitor.Models.AggregationType>> with get, set
Public Property SupportedAggregationTypes As IList(Of Nullable(Of AggregationType))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to