共用方式為


ServerDnsAliasesOperationsExtensions.ListByServerNext Method

Definition

Gets a list of server DNS aliases for a server.

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

Parameters

operations
IServerDnsAliasesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to