次の方法で共有


DataBoxEdgeUpdateStatus 構造体

定義

更新プログラムの状態。

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

コンストラクター

DataBoxEdgeUpdateStatus(String)

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

プロパティ

DownloadCompleted

DownloadCompleted。

DownloadPending

DownloadPending。

DownloadStarted

DownloadStarted。

InstallCompleted

InstallCompleted。

InstallStarted

InstallStarted。

メソッド

Equals(DataBoxEdgeUpdateStatus)

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

ToString()

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

演算子

Equality(DataBoxEdgeUpdateStatus, DataBoxEdgeUpdateStatus)

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

Implicit(String to DataBoxEdgeUpdateStatus)

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

Inequality(DataBoxEdgeUpdateStatus, DataBoxEdgeUpdateStatus)

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

適用対象