SqlPoolTransparentDataEncryptionsOperationsExtensions.CreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt oder aktualisiert die transparente Datenverschlüsselungskonfiguration eines SQL-Pools.
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)
Parameter
- operations
- ISqlPoolTransparentDataEncryptionsOperations
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.
- sqlPoolName
- String
Name des SQL-Pools
- parameters
- TransparentDataEncryption
Die erforderlichen Parameter zum Erstellen oder Aktualisieren der transparenten Datenverschlüsselung.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Erstellt oder aktualisiert die transparente Datenverschlüsselungskonfiguration eines SQL-Pools.
Gilt für:
Azure SDK for .NET