Share via


RuleGetResponse.Rule Property

 

Optional. The retrieved rule.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Rule

See Also

RuleGetResponse Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace

Return to top