RestorePointEncryptionType 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 restore point.
public readonly struct RestorePointEncryptionType : IEquatable<Azure.ResourceManager.Compute.Models.RestorePointEncryptionType>
type RestorePointEncryptionType = struct
Public Structure RestorePointEncryptionType
Implements IEquatable(Of RestorePointEncryptionType)
- Inheritance
-
RestorePointEncryptionType
- Implements
Constructors
RestorePointEncryptionType(String) |
Initializes a new instance of RestorePointEncryptionType. |
Properties
EncryptionAtRestWithCustomerKey |
Disk Restore Point is encrypted at rest with Customer managed key that can be changed and revoked by a customer. |
EncryptionAtRestWithPlatformAndCustomerKeys |
Disk Restore Point is encrypted at rest with 2 layers of encryption. One of the keys is Customer managed and the other key is Platform managed. |
EncryptionAtRestWithPlatformKey |
Disk Restore Point is encrypted at rest with Platform managed key. |
Methods
Equals(RestorePointEncryptionType) |
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(RestorePointEncryptionType, RestorePointEncryptionType) |
Determines if two RestorePointEncryptionType values are the same. |
Implicit(String to RestorePointEncryptionType) |
Converts a String to a RestorePointEncryptionType. |
Inequality(RestorePointEncryptionType, RestorePointEncryptionType) |
Determines if two RestorePointEncryptionType values are not the same. |
Applies to
Azure SDK for .NET