Udostępnij przez


EncryptionState Struct

Definition

Specifies if the cache is encryption or not.

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

Constructors

Name Description
EncryptionState(String)

Initializes a new instance of EncryptionState.

Properties

Name Description
Disabled

Encryption is disabled.

Enabled

Encryption is enabled.

Methods

Name Description
Equals(EncryptionState)

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

Determines if two EncryptionState values are the same.

Implicit(String to EncryptionState)

Converts a String to a EncryptionState.

Inequality(EncryptionState, EncryptionState)

Determines if two EncryptionState values are not the same.

Applies to