次の方法で共有


WorkspaceManagedSqlServerEncryptionProtectorOperationsExtensions.BeginCreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.Synapse.Models.EncryptionProtector BeginCreateOrUpdate (this Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations operations, string resourceGroupName, string workspaceName, Microsoft.Azure.Management.Synapse.Models.EncryptionProtector parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations * string * string * Microsoft.Azure.Management.Synapse.Models.EncryptionProtector -> Microsoft.Azure.Management.Synapse.Models.EncryptionProtector
<Extension()>
Public Function BeginCreateOrUpdate (operations As IWorkspaceManagedSqlServerEncryptionProtectorOperations, resourceGroupName As String, workspaceName As String, parameters As EncryptionProtector) As EncryptionProtector

パラメーター

operations
IWorkspaceManagedSqlServerEncryptionProtectorOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前

parameters
EncryptionProtector

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

戻り値

注釈

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

適用対象