IncidentOperationsExtensions.ListForRuleAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
必須。 アクティブまたは解決されたインシデントのみを取得するブール値。
戻り値
インシデントの一覧表示操作の応答。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET