Condividi tramite


Proprietà Rule.IsEnabled

 

Facoltativa. Flag che determina se la regola è abilitata o disabilitata.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Sintassi

public bool IsEnabled { get; set; }
public:
property bool IsEnabled {
    bool get();
    void set(bool value);
}
member IsEnabled : bool with get, set
Public Property IsEnabled As Boolean

Valore proprietà

Type: System.Boolean

Vedere anche

Classe Rule
Spazio dei nomi Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models

Torna all'inizio