RuleResourceCollection::Value Property

 

Optional. The values for the alert rule resources.

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

public:
property IList<RuleResource^>^ Value {
	IList<RuleResource^>^ get();
	void set(IList<RuleResource^>^ value);
}
Return to top
Show: