DiskEncryptionSettings 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.
Describes a Encryption Settings for a Disk.
public class DiskEncryptionSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.DiskEncryptionSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.DiskEncryptionSettings>
type DiskEncryptionSettings = class
interface IJsonModel<DiskEncryptionSettings>
interface IPersistableModel<DiskEncryptionSettings>
Public Class DiskEncryptionSettings
Implements IJsonModel(Of DiskEncryptionSettings), IPersistableModel(Of DiskEncryptionSettings)
- Inheritance
-
DiskEncryptionSettings
- Implements
Constructors
| Name | Description |
|---|---|
| DiskEncryptionSettings() |
Initializes a new instance of DiskEncryptionSettings. |
Properties
| Name | Description |
|---|---|
| DiskEncryptionKey |
Specifies the location of the disk encryption key, which is a Key Vault Secret. |
| Enabled |
Specifies whether disk encryption should be enabled on the virtual machine. |
| KeyEncryptionKey |
Specifies the location of the key encryption key in Key Vault. |