ManagementEventRuleCondition.DataSource Property
Optional. Condition data source.
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
ManagementEventRuleCondition Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top