Encryption 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
Encryption() | |
Encryption(String, EncryptionServices, KeyVaultProperties) |
Encryption()
public Encryption ();
Public Sub New ()
Applies to
Encryption(String, EncryptionServices, KeyVaultProperties)
public Encryption (string keySource, Microsoft.Azure.Management.Storage.Version2017_10_01.Models.EncryptionServices services = default, Microsoft.Azure.Management.Storage.Version2017_10_01.Models.KeyVaultProperties keyVaultProperties = default);
new Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Encryption : string * Microsoft.Azure.Management.Storage.Version2017_10_01.Models.EncryptionServices * Microsoft.Azure.Management.Storage.Version2017_10_01.Models.KeyVaultProperties -> Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Encryption
Public Sub New (keySource As String, Optional services As EncryptionServices = Nothing, Optional keyVaultProperties As KeyVaultProperties = Nothing)
Parameters
- keySource
- String
- services
- EncryptionServices
- keyVaultProperties
- KeyVaultProperties