Partager via


NotificationOperationsExtensions.ListByServiceNext Méthode

Définition

Répertorie une collection de propriétés définies au sein d’une instance de service.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.NotificationContract> ListByServiceNext (this Microsoft.Azure.Management.ApiManagement.INotificationOperations operations, string nextPageLink);
static member ListByServiceNext : Microsoft.Azure.Management.ApiManagement.INotificationOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.NotificationContract>
<Extension()>
Public Function ListByServiceNext (operations As INotificationOperations, nextPageLink As String) As IPage(Of NotificationContract)

Paramètres

operations
INotificationOperations

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 à