次の方法で共有


AlertRuleResource.GetAlertRuleIncidents(CancellationToken) メソッド

定義

アラート ルールに関連付けられているインシデントの一覧を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/alertrules/{ruleName}/incidents
  • 操作IdAlertRuleIncidents_ListByAlertRule
public virtual Azure.Pageable<Azure.ResourceManager.Monitor.Models.MonitorIncident> GetAlertRuleIncidents (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAlertRuleIncidents : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.Models.MonitorIncident>
override this.GetAlertRuleIncidents : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.Models.MonitorIncident>
Public Overridable Function GetAlertRuleIncidents (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MonitorIncident)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の MonitorIncident サービス要求を受け取る可能性がある のコレクション。

適用対象