SqlPoolTransparentDataEncryptionsOperationsExtensions.ListAsync メソッド

定義

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

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

パラメーター

operations
ISqlPoolTransparentDataEncryptionsOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前

sqlPoolName
String

SQL プール名

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象