次の方法で共有


MetricAlertsOperationsExtensions.Get メソッド

定義

アラート ルール定義を取得します。

public static Microsoft.Azure.Management.Monitor.Models.MetricAlertResource Get (this Microsoft.Azure.Management.Monitor.IMetricAlertsOperations operations, string resourceGroupName, string ruleName);
static member Get : Microsoft.Azure.Management.Monitor.IMetricAlertsOperations * string * string -> Microsoft.Azure.Management.Monitor.Models.MetricAlertResource
<Extension()>
Public Function Get (operations As IMetricAlertsOperations, resourceGroupName As String, ruleName As String) As MetricAlertResource

パラメーター

operations
IMetricAlertsOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

ruleName
String

ルールの名前です。

戻り値

適用対象