Freigeben über


EncryptionProtectorsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Updates eine vorhandene Verschlüsselungsschutzvorrichtung.

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

Parameter

operations
IEncryptionProtectorsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Name des Servers

parameters
EncryptionProtector

Der angeforderte Ressourcenstatus der Verschlüsselungsschutzvorrichtung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: