SqlPoolTransparentDataEncryptionsOperationsExtensions.ListNextAsync メソッド

定義

SQL プールの透過的なデータ暗号化の構成

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

パラメーター

operations
ISqlPoolTransparentDataEncryptionsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

SQL プールの透過的なデータ暗号化構成の一覧を取得します。

適用対象