Rule.Description Property
Optional. Description of the alert rule that will be included in the alert email.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string Description { get; set; }
public:
property String^ Description {
String^ get();
void set(String^ value);
}
member Description : string with get, set
Public Property Description As String
Property Value
Type: System.String
See Also
Rule Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top