Partager via


GatewayOperationsExtensions.ListByServiceNext Méthode

Définition

Répertorie une collection de passerelles inscrites auprès de l’instance de service.

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

Paramètres

operations
IGatewayOperations

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 à