Share via


MetricAlertsOperationsExtensions.ListByResourceGroupAsync Method

Definition

Retrieve alert rule definitions in a resource group.

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

Parameters

operations
IMetricAlertsOperations

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