EncryptionServices Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EncryptionServices() |
Initializes a new instance of the EncryptionServices class. |
EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService) |
Initializes a new instance of the EncryptionServices class. |
EncryptionServices()
Initializes a new instance of the EncryptionServices class.
public EncryptionServices ();
Public Sub New ()
Applies to
EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService)
Initializes a new instance of the EncryptionServices class.
public EncryptionServices (Microsoft.Azure.Management.Storage.Models.EncryptionService blob = default, Microsoft.Azure.Management.Storage.Models.EncryptionService file = default, Microsoft.Azure.Management.Storage.Models.EncryptionService table = default, Microsoft.Azure.Management.Storage.Models.EncryptionService queue = default);
new Microsoft.Azure.Management.Storage.Models.EncryptionServices : Microsoft.Azure.Management.Storage.Models.EncryptionService * Microsoft.Azure.Management.Storage.Models.EncryptionService * Microsoft.Azure.Management.Storage.Models.EncryptionService * Microsoft.Azure.Management.Storage.Models.EncryptionService -> Microsoft.Azure.Management.Storage.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)
Parameters
- blob
- EncryptionService
The encryption function of the blob storage service.
- file
- EncryptionService
The encryption function of the file storage service.
- table
- EncryptionService
The encryption function of the table storage service.
- queue
- EncryptionService
The encryption function of the queue storage service.
Applies to
Azure SDK for .NET