次の方法で共有


AlertProcessingRulesOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループ内のすべてのアラート処理ルールを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AlertsManagement.Models.AlertProcessingRule> ListByResourceGroup (this Microsoft.Azure.Management.AlertsManagement.IAlertProcessingRulesOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.AlertsManagement.IAlertProcessingRulesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AlertsManagement.Models.AlertProcessingRule>
<Extension()>
Public Function ListByResourceGroup (operations As IAlertProcessingRulesOperations, resourceGroupName As String) As IPage(Of AlertProcessingRule)

パラメーター

operations
IAlertProcessingRulesOperations

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

resourceGroupName
String

リソースが作成されるリソース グループ名。

戻り値

適用対象