ServerKeysOperationsExtensions.ListByServerNext Método

Definição

Obtém uma lista de chaves de servidor.

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

Parâmetros

operations
IServerKeysOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

Retornos

Aplica-se a