Compartir a través de


AlertProcessingRulesOperationsExtensions.ListBySubscriptionNext Método

Definición

Enumera todas las reglas de procesamiento de alertas de una suscripción.

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

Parámetros

operations
IAlertProcessingRulesOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a