다음을 통해 공유


AlertsOperationsExtensions.GetAllNext(IAlertsOperations, String) Method

Definition

List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AlertsManagement.Models.Alert> GetAllNext (this Microsoft.Azure.Management.AlertsManagement.IAlertsOperations operations, string nextPageLink);
static member GetAllNext : Microsoft.Azure.Management.AlertsManagement.IAlertsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AlertsManagement.Models.Alert>
<Extension()>
Public Function GetAllNext (operations As IAlertsOperations, nextPageLink As String) As IPage(Of Alert)

Parameters

operations
IAlertsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to