Freigeben über


ConfigurationsOperationsExtensions.ListByServerNext Methode

Definition

Listet alle Konfigurationen auf einem bestimmten Server auf.

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)

Parameter

operations
IConfigurationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: