ElasticSanEncryptionType 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 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
Azure SDK for .NET