次の方法で共有


AlertRuleResource.GetAlertRuleIncidentAsync(String, CancellationToken) メソッド

定義

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

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

パラメーター

incidentName
String

取得するインシデントの名前。

cancellationToken
CancellationToken

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

戻り値

例外

incidentName は空の文字列であり、空でないと予想されていました。

incidentName が null です。

適用対象