ClusterDiskEncryptionParameters 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 Cluster request parameters.
public class ClusterDiskEncryptionParameters
type ClusterDiskEncryptionParameters = class
Public Class ClusterDiskEncryptionParameters
- Inheritance
-
ClusterDiskEncryptionParameters
Constructors
ClusterDiskEncryptionParameters() |
Initializes a new instance of the ClusterDiskEncryptionParameters class. |
ClusterDiskEncryptionParameters(String, String, String) |
Initializes a new instance of the ClusterDiskEncryptionParameters class. |
Properties
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. |
VaultUri |
Gets or sets base key vault URI where the customers key is located eg. https://myvault.vault.azure.net |