Partager via


GatewayApiOperationsExtensions.ListByServiceNext Méthode

Définition

Répertorie une collection des API associées à une passerelle.

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

Paramètres

operations
IGatewayApiOperations

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 à