RecoveryServicesEnhancedSecurityState Struct

Definition

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

Constructors

Name Description
RecoveryServicesEnhancedSecurityState(String)

Initializes a new instance of RecoveryServicesEnhancedSecurityState.

Properties

Name Description
AlwaysON

Gets the AlwaysON.

Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

Invalid

Gets the Invalid.

Methods

Name Description
Equals(RecoveryServicesEnhancedSecurityState)

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

Determines if two RecoveryServicesEnhancedSecurityState values are the same.

Implicit(String to Nullable<RecoveryServicesEnhancedSecurityState>)
Implicit(String to RecoveryServicesEnhancedSecurityState)

Converts a string to a RecoveryServicesEnhancedSecurityState.

Inequality(RecoveryServicesEnhancedSecurityState, RecoveryServicesEnhancedSecurityState)

Determines if two RecoveryServicesEnhancedSecurityState values are not the same.

Applies to