WorkspaceManagedSqlServerEncryptionProtectorOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

ワークスペース サーバーの暗号化保護機能を更新します。

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

パラメーター

operations
IWorkspaceManagedSqlServerEncryptionProtectorOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前

parameters
EncryptionProtector

要求された暗号化保護機能リソースの状態。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

ワークスペースマネージド SQL Server の暗号化保護機能を更新します。

適用対象