DiskEncryptionProperties Class
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.
The disk encryption properties
public class DiskEncryptionProperties
type DiskEncryptionProperties = class
Public Class DiskEncryptionProperties
- Inheritance
-
DiskEncryptionProperties
Constructors
DiskEncryptionProperties() |
Initializes a new instance of the DiskEncryptionProperties class. |
DiskEncryptionProperties(String, String, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the DiskEncryptionProperties class. |
Properties
EncryptionAlgorithm |
Gets or sets algorithm identifier for encryption, default RSA-OAEP. Possible values include: 'RSA-OAEP', 'RSA-OAEP-256', 'RSA1_5' |
EncryptionAtHost |
Gets or sets indicates whether or not resource disk encryption is enabled. |
KeyName |
Gets or sets key name that is used for enabling disk encryption. |
KeyVersion |
Gets or sets specific key version that is used for enabling disk encryption. |
MsiResourceId |
Gets or sets resource ID of Managed Identity that is used to access the key vault. |
VaultUri |
Gets or sets base key vault URI where the customers key is located eg. https://myvault.vault.azure.net |
Applies to
Azure SDK for .NET