Incident.RuleName Property
Optional. Rule name that is associated with the incident.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string RuleName { get; set; }
public:
property String^ RuleName {
String^ get();
void set(String^ value);
}
member RuleName : string with get, set
Public Property RuleName As String
Property Value
Type: System.String
See Also
Incident Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top