Condividi tramite


Proprietà RuleListResponse.Value

 

Facoltativa. Raccolta di regole di avviso.

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

Sintassi

public IList<Rule> Value { get; set; }
public:
property IList<Rule^>^ Value {
    IList<Rule^>^ get();
    void set(IList<Rule^>^ value);
}
member Value : IList<Rule> with get, set
Public Property Value As IList(Of Rule)

Valore proprietà

Type: System.Collections.Generic.IList<Rule>

Vedere anche

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

Torna all'inizio