次の方法で共有


HciUpdateState 構造体

定義

このスタンプに関連する更新プログラムの状態。

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

コンストラクター

HciUpdateState(String)

HciUpdateState の新しいインスタンスを初期化します。

プロパティ

DownloadFailed

DownloadFailed。

Downloading

ダウンロード。

HasPrerequisite

HasPrerequisite。

HealthCheckFailed

HealthCheckFailed。

HealthChecking

HealthChecking。

InstallationFailed

InstallationFailed。

Installed

インストールされます。

Installing

インストール。

Invalid

無効。

NotApplicableBecauseAnotherUpdateIsInProgress

NotApplicableBecauseAnotherUpdateIsInProgress。

Obsolete

互換性のために残されています。

PreparationFailed

PreparationFailed。

Preparing

準備。

Ready

準備。

ReadyToInstall

ReadyToInstall。

Recalled

リコール。

ScanFailed

ScanFailed。

ScanInProgress

ScanInProgress。

メソッド

Equals(HciUpdateState)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(HciUpdateState, HciUpdateState)

2 つの HciUpdateState 値が同じかどうかを判断します。

Implicit(String to HciUpdateState)

文字列を HciUpdateState に変換します。

Inequality(HciUpdateState, HciUpdateState)

2 つの HciUpdateState 値が同じでないかどうかを判断します。

適用対象