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() | |
EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService) |
EncryptionServices()
public EncryptionServices ();
Public Sub New ()
Applies to
EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService)
public EncryptionServices (Microsoft.Azure.Management.Storage.Version2017_10_01.Models.EncryptionService blob = default, Microsoft.Azure.Management.Storage.Version2017_10_01.Models.EncryptionService file = default, Microsoft.Azure.Management.Storage.Version2017_10_01.Models.EncryptionService table = default, Microsoft.Azure.Management.Storage.Version2017_10_01.Models.EncryptionService queue = default);
new Microsoft.Azure.Management.Storage.Version2017_10_01.Models.EncryptionServices : Microsoft.Azure.Management.Storage.Version2017_10_01.Models.EncryptionService * Microsoft.Azure.Management.Storage.Version2017_10_01.Models.EncryptionService * Microsoft.Azure.Management.Storage.Version2017_10_01.Models.EncryptionService * Microsoft.Azure.Management.Storage.Version2017_10_01.Models.EncryptionService -> Microsoft.Azure.Management.Storage.Version2017_10_01.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
- file
- EncryptionService
- table
- EncryptionService
- queue
- EncryptionService