Sdílet prostřednictvím


HciHealthState Struct

Definition

The HciHealthState.

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

Constructors

HciHealthState(String)

Initializes a new instance of HciHealthState.

Properties

Error

Error.

Failure

Failure.

InProgress

InProgress.

Success

Success.

Unknown

Unknown.

Warning

Warning.

Methods

Equals(HciHealthState)

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

Determines if two HciHealthState values are the same.

Implicit(String to HciHealthState)

Converts a string to a HciHealthState.

Inequality(HciHealthState, HciHealthState)

Determines if two HciHealthState values are not the same.

Applies to