Share via


CapacityPoolEncryptionType Struct

Definition

Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool.

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

Constructors

CapacityPoolEncryptionType(String)

Initializes a new instance of CapacityPoolEncryptionType.

Properties

Double

EncryptionType Double, volumes will use double encryption at rest.

Single

EncryptionType Single, volumes will use single encryption at rest.

Methods

Equals(CapacityPoolEncryptionType)

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

Determines if two CapacityPoolEncryptionType values are the same.

Implicit(String to CapacityPoolEncryptionType)

Converts a string to a CapacityPoolEncryptionType.

Inequality(CapacityPoolEncryptionType, CapacityPoolEncryptionType)

Determines if two CapacityPoolEncryptionType values are not the same.

Applies to