Freigeben über


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

Name Description
InfrastructureEncryptionState(String)

Initializes a new instance of InfrastructureEncryptionState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Invalid

Invalid.

Methods

Name Description
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

Name Description
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