ConfigurationsOperationsExtensions.ListByServerNext Method

Definition

List all the configurations in a given server.

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)

Parameters

operations
IConfigurationsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to