RuleListResponse.RuleResourceCollection Property

 

Optional. Alert rules collection.

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

Syntax

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

Property Value

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

See Also

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

Return to top