Share via


AvsEncryptionState Struct

Definition

Status of customer managed encryption key.

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

Constructors

AvsEncryptionState(String)

Initializes a new instance of AvsEncryptionState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(AvsEncryptionState)

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

Determines if two AvsEncryptionState values are the same.

Implicit(String to AvsEncryptionState)

Converts a string to a AvsEncryptionState.

Inequality(AvsEncryptionState, AvsEncryptionState)

Determines if two AvsEncryptionState values are not the same.

Applies to