DiskEncryptionSetType Struct
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 type of key used to encrypt the data of the disk.
public readonly struct DiskEncryptionSetType : IEquatable<Azure.ResourceManager.Compute.Models.DiskEncryptionSetType>
type DiskEncryptionSetType = struct
Public Structure DiskEncryptionSetType
Implements IEquatable(Of DiskEncryptionSetType)
- Inheritance
-
DiskEncryptionSetType
- Implements
Constructors
DiskEncryptionSetType(String) |
Initializes a new instance of DiskEncryptionSetType. |
Properties
ConfidentialVmEncryptedWithCustomerKey |
Confidential VM supported disk and VM guest state would be encrypted with customer managed key. |
EncryptionAtRestWithCustomerKey |
Resource using diskEncryptionSet would be encrypted at rest with Customer managed key that can be changed and revoked by a customer. |
EncryptionAtRestWithPlatformAndCustomerKeys |
Resource using diskEncryptionSet would be encrypted at rest with two layers of encryption. One of the keys is Customer managed and the other key is Platform managed. |
Methods
Equals(DiskEncryptionSetType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DiskEncryptionSetType, DiskEncryptionSetType) |
Determines if two DiskEncryptionSetType values are the same. |
Implicit(String to DiskEncryptionSetType) |
Converts a String to a DiskEncryptionSetType. |
Inequality(DiskEncryptionSetType, DiskEncryptionSetType) |
Determines if two DiskEncryptionSetType values are not the same. |
Applies to
Azure SDK for .NET