IEncryptionProtectorsOperations Interface
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.
Opérations EncryptionProtectorsOperations.
public interface IEncryptionProtectorsOperations
type IEncryptionProtectorsOperations = interface
Public Interface IEncryptionProtectorsOperations
Méthodes
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, EncryptionProtectorInner, Dictionary<String,List<String>>, CancellationToken) |
Mises à jour un protecteur de chiffrement existant. |
CreateOrUpdateWithHttpMessagesAsync(String, String, EncryptionProtectorInner, Dictionary<String,List<String>>, CancellationToken) |
Mises à jour un protecteur de chiffrement existant. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Obtient un protecteur de chiffrement de serveur. |
ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Obtient une liste de protecteurs de chiffrement de serveur |
ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Obtient une liste de protecteurs de chiffrement de serveur |
Méthodes d’extension
BeginCreateOrUpdateAsync(IEncryptionProtectorsOperations, String, String, EncryptionProtectorInner, CancellationToken) |
Mises à jour un protecteur de chiffrement existant. |
CreateOrUpdateAsync(IEncryptionProtectorsOperations, String, String, EncryptionProtectorInner, CancellationToken) |
Mises à jour un protecteur de chiffrement existant. |
GetAsync(IEncryptionProtectorsOperations, String, String, CancellationToken) |
Obtient un protecteur de chiffrement de serveur. |
ListByServerAsync(IEncryptionProtectorsOperations, String, String, CancellationToken) |
Obtient une liste de protecteurs de chiffrement de serveur |
ListByServerNextAsync(IEncryptionProtectorsOperations, String, CancellationToken) |
Obtient une liste de protecteurs de chiffrement de serveur |
S’applique à
Azure SDK for .NET