次の方法で共有


MetricAlertsOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループ内のアラート ルール定義を取得します。

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Monitor.Models.MetricAlertResource> ListByResourceGroup (this Microsoft.Azure.Management.Monitor.IMetricAlertsOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.Monitor.IMetricAlertsOperations * string -> seq<Microsoft.Azure.Management.Monitor.Models.MetricAlertResource>
<Extension()>
Public Function ListByResourceGroup (operations As IMetricAlertsOperations, resourceGroupName As String) As IEnumerable(Of MetricAlertResource)

パラメーター

operations
IMetricAlertsOperations

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

resourceGroupName
String

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

戻り値

適用対象