Share via


MetricDefinition.PrimaryAggregation Property

 

Optional. Metric primary aggregation specifies the default type for the metrics. This indicates if the metric is of type average, total, minimum or maximum.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

public string PrimaryAggregation { get; set; }
public:
property String^ PrimaryAggregation {
    String^ get();
    void set(String^ value);
}
member PrimaryAggregation : string with get, set
Public Property PrimaryAggregation As String

Property Value

Type: System.String

See Also

MetricDefinition Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top