SqlPoolRestorePointsOperationsExtensions.ListNextAsync メソッド

定義

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))

パラメーター

operations
ISqlPoolRestorePointsOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

SQL プールのバックアップ情報を取得する

適用対象