Freigeben über


WorkspaceManagedSqlServerEncryptionProtectorOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Updates Verschlüsselungsschutzvorrichtung des Arbeitsbereichsservers.

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)

Parameter

operations
IWorkspaceManagedSqlServerEncryptionProtectorOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

workspaceName
String

Den Namen des Arbeitsbereichs.

parameters
EncryptionProtector

Der angeforderte Ressourcenstatus der Verschlüsselungsschutzvorrichtung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Updates verwalteten Sql Server-Verschlüsselungsschutzvorrichtung des Arbeitsbereichs.

Gilt für: