Freigeben über


NotificationHubsOperationsExtensions.ListNext Methode

Definition

Listet die Notification Hubs auf, die einem Namespace zugeordnet sind.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource> ListNext (this Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource>
<Extension()>
Public Function ListNext (operations As INotificationHubsOperations, nextPageLink As String) As IPage(Of NotificationHubResource)

Parameter

operations
INotificationHubsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: