Udostępnij przez


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

Name Description
ElasticSanEncryptionType(String)

Initializes a new instance of ElasticSanEncryptionType.

Properties

Name Description
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

Name Description
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

Name Description
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