MetricTrigger.Statistic 属性

 

可选。 来自多个实例的指标进行组合的方式。

命名空间:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
程序集:  Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)

语法

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

属性值

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

请参阅

MetricTrigger 类
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models 命名空间

返回页首