Partager via


ApiOperationOperationsExtensions.ListByApiNext Méthode

Définition

Répertorie une collection des opérations pour l’API spécifiée.

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

Paramètres

operations
IApiOperationOperations

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 à