次の方法で共有


IncidentOperationsExtensions.ListForRuleAsync メソッド

定義

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentListResponse> ListForRuleAsync (this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations operations, string ruleId, bool isActive);
static member ListForRuleAsync : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations * string * bool -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentListResponse>
<Extension()>
Public Function ListForRuleAsync (operations As IIncidentOperations, ruleId As String, isActive As Boolean) As Task(Of IncidentListResponse)

パラメーター

operations
IIncidentOperations

Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations への参照。

ruleId
String

必須。 ルール ID。

isActive
Boolean

必須。 アクティブまたは解決されたインシデントのみを取得するブール値。

戻り値

インシデントの一覧表示操作の応答。

適用対象