Share via


Incident.RuleId Property

 

Optional. Rule identifier that is associated with the incident.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top