Partilhar via


ThresholdRuleCondition.TimeAggregation Propriedade

Definição

Obtém ou define o operador de agregação de tempo. Como os dados coletados devem ser combinados ao longo do tempo. O valor padrão é PrimaryAggregationType da Métrica. Os valores possíveis incluem: 'Average', 'Minimum', 'Maximum', 'Total', 'Last'

[Newtonsoft.Json.JsonProperty(PropertyName="timeAggregation")]
public Microsoft.Azure.Management.Monitor.Models.TimeAggregationOperator? TimeAggregation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="timeAggregation")>]
member this.TimeAggregation : Nullable<Microsoft.Azure.Management.Monitor.Models.TimeAggregationOperator> with get, set
Public Property TimeAggregation As Nullable(Of TimeAggregationOperator)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a