ManagementEventRuleCondition.Aggregation Property

 

Optional. Aggregation condition.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public ManagementEventAggregationCondition Aggregation { get; set; }
public:
property ManagementEventAggregationCondition^ Aggregation {
    ManagementEventAggregationCondition^ get();
    void set(ManagementEventAggregationCondition^ value);
}
member Aggregation : ManagementEventAggregationCondition with get, set
Public Property Aggregation As ManagementEventAggregationCondition

Property Value

Type: Microsoft.Azure.Management.Insights.Models.ManagementEventAggregationCondition

See Also

ManagementEventRuleCondition Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top