SqlPoolTransparentDataEncryptionsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

Sql プールの透過的なデータ暗号化構成を作成または更新します

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

パラメーター

operations
ISqlPoolTransparentDataEncryptionsOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前

sqlPoolName
String

SQL プール名

parameters
TransparentDataEncryption

透過的なデータ暗号化を作成または更新するために必要なパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

Sql プールの透過的なデータ暗号化構成を作成または更新します。

適用対象