EncryptionProtectorsOperationsExtensions.BeginCreateOrUpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mises à jour un protecteur de chiffrement existant.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.EncryptionProtector> BeginCreateOrUpdateAsync (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 BeginCreateOrUpdateAsync : 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 BeginCreateOrUpdateAsync (operations As IEncryptionProtectorsOperations, resourceGroupName As String, serverName As String, parameters As EncryptionProtector, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EncryptionProtector)
Paramètres
- operations
- IEncryptionProtectorsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- serverName
- String
Le nom du serveur
- parameters
- EncryptionProtector
État de ressource du protecteur de chiffrement demandé.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET