Partager via


ConfigurationsOperationsExtensions.ListByServerNext Méthode

Définition

Répertorier toutes les configurations d’un serveur donné.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Configuration> ListByServerNext (this Microsoft.Azure.Management.PostgreSQL.FlexibleServers.IConfigurationsOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.PostgreSQL.FlexibleServers.IConfigurationsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Configuration>
<Extension()>
Public Function ListByServerNext (operations As IConfigurationsOperations, nextPageLink As String) As IPage(Of Configuration)

Paramètres

operations
IConfigurationsOperations

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 à