Compartilhar via


ServersOperationsExtensions.ListNext(IServersOperations, String) Método

Definição

Liste todos os servidores em uma determinada assinatura.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Server> ListNext (this Microsoft.Azure.Management.MySQL.FlexibleServers.IServersOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.MySQL.FlexibleServers.IServersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Server>
<Extension()>
Public Function ListNext (operations As IServersOperations, nextPageLink As String) As IPage(Of Server)

Parâmetros

operations
IServersOperations

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

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Aplica-se a