Compartilhar via


MetricTrigger.TimeAggregation Propriedade

 

Opcional. Como os dados coletados devem ser combinados com o passar do tempo.

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

Sintaxe

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

Valor de propriedade

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

Consulte também

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

Retornar ao topo