MetricTrigger.TimeAggregation 属性

 

可选。 收集的数据应如何随时间而组合。

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

语法

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

属性值

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

请参阅

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

返回页首