次の方法で共有


AlertsOperationsExtensions.GetHistoryAsync メソッド

定義

監視条件の変更 (発生/解決済み) とアラート状態の変更 (新規/確認済み/クローズ) をキャプチャするアラートの履歴を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AlertsManagement.Models.AlertModification> GetHistoryAsync (this Microsoft.Azure.Management.AlertsManagement.IAlertsOperations operations, string alertId, System.Threading.CancellationToken cancellationToken = default);
static member GetHistoryAsync : Microsoft.Azure.Management.AlertsManagement.IAlertsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AlertsManagement.Models.AlertModification>
<Extension()>
Public Function GetHistoryAsync (operations As IAlertsOperations, alertId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AlertModification)

パラメーター

operations
IAlertsOperations

この拡張メソッドの操作グループ。

alertId
String

アラート インスタンスの一意の ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象