EncryptionServices Constructeurs
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.
Surcharges
EncryptionServices() |
Initialise une nouvelle instance de la classe EncryptionServices. |
EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService) |
Initialise une nouvelle instance de la classe EncryptionServices. |
EncryptionServices()
Initialise une nouvelle instance de la classe EncryptionServices.
public EncryptionServices ();
Public Sub New ()
S’applique à
EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService)
Initialise une nouvelle instance de la classe EncryptionServices.
public EncryptionServices (Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService blob = default, Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService file = default, Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService table = default, Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService queue = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionServices : Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService * Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService * Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService * Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService -> Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionServices
Public Sub New (Optional blob As EncryptionService = Nothing, Optional file As EncryptionService = Nothing, Optional table As EncryptionService = Nothing, Optional queue As EncryptionService = Nothing)
Paramètres
- blob
- EncryptionService
Fonction de chiffrement du service de stockage d’objets blob.
- file
- EncryptionService
Fonction de chiffrement du service de stockage de fichiers.
- table
- EncryptionService
Fonction de chiffrement du service de stockage table.
- queue
- EncryptionService
Fonction de chiffrement du service de stockage de file d’attente.
S’applique à
Azure SDK for .NET