Compartilhar via


DatabasesOperationsExtensions.ListInaccessibleByServerNextAsync Método

Definição

Obtém uma lista de bancos de dados inacessíveis em um servidor lógico

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>> ListInaccessibleByServerNextAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListInaccessibleByServerNextAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>>
<Extension()>
Public Function ListInaccessibleByServerNextAsync (operations As IDatabasesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Database))

Parâmetros

operations
IDatabasesOperations

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.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a