Udostępnij za pośrednictwem


InfrastructureEncryptionState Struct

Definition

Enabling/Disabling the Double Encryption state.

public readonly struct InfrastructureEncryptionState : IEquatable<Azure.ResourceManager.RecoveryServices.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.

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