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)
Syntax
public IList<RuleResource> Value { get; set; }
public:
property IList<RuleResource^>^ Value {
IList<RuleResource^>^ get();
void set(IList<RuleResource^>^ value);
}
member Value : IList<RuleResource> with get, set
Public Property Value As IList(Of RuleResource)
Property Value
Type: System.Collections.Generic.IList<RuleResource>
See Also
RuleResourceCollection Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top