Partager via


EventHubsOperationsExtensions.ListByNamespaceNext Méthode

Définition

Obtient tous les hubs d’événements d’un espace de noms.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.Eventhub> ListByNamespaceNext (this Microsoft.Azure.Management.EventHub.IEventHubsOperations operations, string nextPageLink);
static member ListByNamespaceNext : Microsoft.Azure.Management.EventHub.IEventHubsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.Eventhub>
<Extension()>
Public Function ListByNamespaceNext (operations As IEventHubsOperations, nextPageLink As String) As IPage(Of Eventhub)

Paramètres

operations
IEventHubsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à