Share via


InfrastructureEncryptionState Struct

Definition

The InfrastructureEncryptionState.

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

Constructors

InfrastructureEncryptionState(String)

Initializes a new instance of InfrastructureEncryptionState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Invalid

Invalid.

Methods

Equals(InfrastructureEncryptionState)

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

Determines if two InfrastructureEncryptionState values are the same.

Implicit(String to InfrastructureEncryptionState)

Converts a string to a InfrastructureEncryptionState.

Inequality(InfrastructureEncryptionState, InfrastructureEncryptionState)

Determines if two InfrastructureEncryptionState values are not the same.

Applies to