次の方法で共有


AlertsOperationsExtensions.GetHistory(IAlertsOperations, String) メソッド

定義

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

public static Microsoft.Azure.Management.AlertsManagement.Models.AlertModification GetHistory (this Microsoft.Azure.Management.AlertsManagement.IAlertsOperations operations, string alertId);
static member GetHistory : Microsoft.Azure.Management.AlertsManagement.IAlertsOperations * string -> Microsoft.Azure.Management.AlertsManagement.Models.AlertModification
<Extension()>
Public Function GetHistory (operations As IAlertsOperations, alertId As String) As AlertModification

パラメーター

operations
IAlertsOperations

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

alertId
String

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

戻り値

適用対象