Compartir a través de


SystemTopicEventSubscriptionsOperationsExtensions.ListBySystemTopicNext Método

Definición

Enumerar suscripciones de eventos de un tema del sistema.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.EventSubscription> ListBySystemTopicNext (this Microsoft.Azure.Management.EventGrid.ISystemTopicEventSubscriptionsOperations operations, string nextPageLink);
static member ListBySystemTopicNext : Microsoft.Azure.Management.EventGrid.ISystemTopicEventSubscriptionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.EventSubscription>
<Extension()>
Public Function ListBySystemTopicNext (operations As ISystemTopicEventSubscriptionsOperations, nextPageLink As String) As IPage(Of EventSubscription)

Parámetros

operations
ISystemTopicEventSubscriptionsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

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

Devoluciones

Comentarios

Enumerar suscripciones de eventos que pertenecen a un tema de sistema específico.

Se aplica a