共用方式為


MetricDefinition.PrimaryAggregationType Property

Definition

Gets or sets the primary aggregation type value defining how to use the values for display. Possible values include: 'None', 'Average', 'Count', 'Minimum', 'Maximum', 'Total'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to