Compartilhar via


RuleManagementEventDataSource.SubStatus Propriedade

 

Opcional. O substatus.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (em Microsoft.Azure.Insights.dll)

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

Classe RuleManagementEventDataSource
Namespace Microsoft.Azure.Management.Insights.Models

Retornar ao topo