KeyForDiskEncryptionSet 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.
Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots
public class KeyForDiskEncryptionSet
type KeyForDiskEncryptionSet = class
Public Class KeyForDiskEncryptionSet
- Inheritance
-
KeyForDiskEncryptionSet
Constructors
KeyForDiskEncryptionSet() |
Initializes a new instance of the KeyForDiskEncryptionSet class. |
KeyForDiskEncryptionSet(String, SourceVault) |
Initializes a new instance of the KeyForDiskEncryptionSet class. |
Properties
KeyUrl |
Gets or sets fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value. |
SourceVault |
Gets or sets resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET