Share via


MetricTrigger.Statistic Property

 

Optional. How the metrics from multiple instances are combined.

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

Syntax

public MetricStatisticType Statistic { get; set; }
public:
property MetricStatisticType Statistic {
    MetricStatisticType get();
    void set(MetricStatisticType value);
}
member Statistic : MetricStatisticType with get, set
Public Property Statistic As MetricStatisticType

Property Value

Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models.MetricStatisticType

See Also

MetricTrigger Class
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace

Return to top