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