次の方法で共有


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

定義

特定のアラートを取得します。

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

パラメーター

operations
IAlertsOperations

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

alertId
String

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

戻り値

注釈

特定のアラートに関連する情報を取得する

適用対象