Share via


HciClusterStatus Struct

Definition

Status of the cluster agent.

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

Constructors

HciClusterStatus(String)

Initializes a new instance of HciClusterStatus.

Properties

ConnectedRecently

ConnectedRecently.

Disconnected

Disconnected.

Error

Error.

Failed

Failed.

InProgress

InProgress.

NotConnectedRecently

NotConnectedRecently.

NotSpecified

NotSpecified.

NotYetRegistered

NotYetRegistered.

Succeeded

Succeeded.

Methods

Equals(HciClusterStatus)

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

Determines if two HciClusterStatus values are the same.

Implicit(String to HciClusterStatus)

Converts a string to a HciClusterStatus.

Inequality(HciClusterStatus, HciClusterStatus)

Determines if two HciClusterStatus values are not the same.

Applies to