次の方法で共有


RuleListResponse.Value プロパティ

 

省略可能です。 アラート ルールのコレクションです。

名前空間:   Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
アセンブリ:  Microsoft.WindowsAzure.Management.Monitoring (Microsoft.WindowsAzure.Management.Monitoring.dll 内)

構文

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)

プロパティ値

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

参照

RuleListResponse クラス
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models 名前空間

トップに戻る