Share via


HciUpdateState Struct

Definition

State of the update as it relates to this stamp.

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

Constructors

HciUpdateState(String)

Initializes a new instance of HciUpdateState.

Properties

DownloadFailed

DownloadFailed.

Downloading

Downloading.

HasPrerequisite

HasPrerequisite.

HealthCheckFailed

HealthCheckFailed.

HealthChecking

HealthChecking.

InstallationFailed

InstallationFailed.

Installed

Installed.

Installing

Installing.

Invalid

Invalid.

NotApplicableBecauseAnotherUpdateIsInProgress

NotApplicableBecauseAnotherUpdateIsInProgress.

Obsolete

Obsolete.

PreparationFailed

PreparationFailed.

Preparing

Preparing.

Ready

Ready.

ReadyToInstall

ReadyToInstall.

Recalled

Recalled.

ScanFailed

ScanFailed.

ScanInProgress

ScanInProgress.

Methods

Equals(HciUpdateState)

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

Determines if two HciUpdateState values are the same.

Implicit(String to HciUpdateState)

Converts a string to a HciUpdateState.

Inequality(HciUpdateState, HciUpdateState)

Determines if two HciUpdateState values are not the same.

Applies to