Compartilhar via


RuleManagementEventDataSource.Status Propriedade

 

Opcional. O status.

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

Sintaxe

public string Status { get; set; }
public:
property String^ Status {
    String^ get();
    void set(String^ value);
}
member Status : string with get, set
Public Property Status As String

Valor de propriedade

Type: System.String

Consulte também

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

Retornar ao topo