ThresholdRuleCondition.DataSource Property

 

Optional. The resource from which the rule collects its data.

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

Syntax

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

Property Value

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

See Also

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

Return to top