SqlPoolTransparentDataEncryptionsOperationsExtensions.GetAsync メソッド

定義

SQL プールの透過的なデータ暗号化構成を取得する

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

パラメーター

operations
ISqlPoolTransparentDataEncryptionsOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前

sqlPoolName
String

SQL プール名

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象