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() |
Initializes a new instance of the Encryption class. |
Encryption(KeySource, EncryptionServices, KeyVaultProperties) |
Initializes a new instance of the Encryption class. |
Encryption()
Initializes a new instance of the Encryption class.
public Encryption ();
Public Sub New ()
Applies to
Encryption(KeySource, EncryptionServices, KeyVaultProperties)
Initializes a new instance of the Encryption class.
public Encryption (Microsoft.Azure.Management.Storage.Fluent.Models.KeySource keySource, Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionServices services = default, Microsoft.Azure.Management.Storage.Fluent.Models.KeyVaultProperties keyVaultProperties = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.Encryption : Microsoft.Azure.Management.Storage.Fluent.Models.KeySource * Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionServices * Microsoft.Azure.Management.Storage.Fluent.Models.KeyVaultProperties -> Microsoft.Azure.Management.Storage.Fluent.Models.Encryption
Public Sub New (keySource As KeySource, Optional services As EncryptionServices = Nothing, Optional keyVaultProperties As KeyVaultProperties = Nothing)
Parameters
- keySource
- KeySource
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault. Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault'
- services
- EncryptionServices
List of services which support encryption.
- keyVaultProperties
- KeyVaultProperties
Properties provided by key vault.
Applies to
Azure SDK for .NET