다음을 통해 공유


AlertRulesOperationsExtensions.ListByResourceGroupAsync Method

Definition

List the classic metric alert rules within a resource group.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Monitor.Models.AlertRuleResource>> ListByResourceGroupAsync (this Microsoft.Azure.Management.Monitor.IAlertRulesOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.Monitor.IAlertRulesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Monitor.Models.AlertRuleResource>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IAlertRulesOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of AlertRuleResource))

Parameters

operations
IAlertRulesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to