Partager via


BackendOperationsExtensions.ListByServiceNext Méthode

Définition

Répertorie un ensemble de serveurs principaux dans l’instance de service spécifié.

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

Paramètres

operations
IBackendOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à