Aracılığıyla paylaş


ManagementEventRuleCondition Constructors

Definition

Overloads

ManagementEventRuleCondition()
ManagementEventRuleCondition(RuleDataSource, ManagementEventAggregationCondition)

ManagementEventRuleCondition()

public ManagementEventRuleCondition ();
Public Sub New ()

Applies to

ManagementEventRuleCondition(RuleDataSource, ManagementEventAggregationCondition)

public ManagementEventRuleCondition (Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RuleDataSource dataSource = default, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ManagementEventAggregationCondition aggregation = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ManagementEventRuleCondition : Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RuleDataSource * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ManagementEventAggregationCondition -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ManagementEventRuleCondition
Public Sub New (Optional dataSource As RuleDataSource = Nothing, Optional aggregation As ManagementEventAggregationCondition = Nothing)

Parameters

dataSource
RuleDataSource

Applies to