Share via


AlertsClient.Rules Property

 

Operations for managing the alert rules.

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

Syntax

public virtual IRuleOperations Rules { get; }
public:
property IRuleOperations^ Rules {
    virtual IRuleOperations^ get();
}
abstract Rules : IRuleOperations with get
override Rules : IRuleOperations with get
Public Overridable ReadOnly Property Rules As IRuleOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations

Implements

IAlertsClient.Rules

See Also

AlertsClient Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace

Return to top