次の方法で共有


Incident.RuleId プロパティ

 

省略可能です。 インシデントに関連付けられているルールの識別子です。

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

構文

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

プロパティ値

Type: System.String

参照

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

トップに戻る