Partager via


NamedValueOperationsExtensions.ListByServiceNext Méthode

Définition

Répertorie une collection de valeurs nommées définies au sein d’une instance de service. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-properties

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

Paramètres

operations
INamedValueOperations

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 à