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