Share via


ElasticSanEncryptionType Struct

Definition

The type of key used to encrypt the data of the disk.

public readonly struct ElasticSanEncryptionType : IEquatable<Azure.ResourceManager.ElasticSan.Models.ElasticSanEncryptionType>
type ElasticSanEncryptionType = struct
Public Structure ElasticSanEncryptionType
Implements IEquatable(Of ElasticSanEncryptionType)
Inheritance
ElasticSanEncryptionType
Implements

Constructors

ElasticSanEncryptionType(String)

Initializes a new instance of ElasticSanEncryptionType.

Properties

EncryptionAtRestWithCustomerManagedKey

Volume is encrypted at rest with Customer managed key that can be changed and revoked by a customer.

EncryptionAtRestWithPlatformKey

Volume is encrypted at rest with Platform managed key. It is the default encryption type.

Methods

Equals(ElasticSanEncryptionType)

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(ElasticSanEncryptionType, ElasticSanEncryptionType)

Determines if two ElasticSanEncryptionType values are the same.

Implicit(String to ElasticSanEncryptionType)

Converts a string to a ElasticSanEncryptionType.

Inequality(ElasticSanEncryptionType, ElasticSanEncryptionType)

Determines if two ElasticSanEncryptionType values are not the same.

Applies to