Share via


AlertsOperationsExtensions.ListByManagerAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple.Fluent.Models.Alert>> ListByManagerAsync (this Microsoft.Azure.Management.StorSimple.Fluent.IAlertsOperations operations, string resourceGroupName, string managerName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertFilterInner> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByManagerAsync : Microsoft.Azure.Management.StorSimple.Fluent.IAlertsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertFilterInner> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple.Fluent.Models.Alert>>
<Extension()>
Public Function ListByManagerAsync (operations As IAlertsOperations, resourceGroupName As String, managerName As String, Optional odataQuery As ODataQuery(Of AlertFilterInner) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Alert))

Parameters

operations
IAlertsOperations
resourceGroupName
String
managerName
String
cancellationToken
CancellationToken

Returns

Applies to