SqlPoolRestorePointsOperationsExtensions.ListNextAsync Método

Definição

Obter backup do pool de SQL

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

Parâmetros

operations
ISqlPoolRestorePointsOperations

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

Comentários

Obter informações de backup do pool de SQL

Aplica-se a