Share via


RestorePointEncryptionType Struct

Definition

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