Share via


VaultXcoolState Struct

Definition

Vault x-cool state.

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

Constructors

VaultXcoolState(String)

Initializes a new instance of VaultXcoolState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Invalid

Invalid.

Methods

Equals(VaultXcoolState)

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

Determines if two VaultXcoolState values are the same.

Implicit(String to VaultXcoolState)

Converts a string to a VaultXcoolState.

Inequality(VaultXcoolState, VaultXcoolState)

Determines if two VaultXcoolState values are not the same.

Applies to