次の方法で共有


DataBoxEdgeUpdateType 構造体

定義

Update の種類。

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

コンストラクター

DataBoxEdgeUpdateType(String)

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

プロパティ

Firmware

ファームウェア。

Kubernetes

Kubernetes。

Software

ソフトウェア。

メソッド

Equals(DataBoxEdgeUpdateType)

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

ToString()

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

演算子

Equality(DataBoxEdgeUpdateType, DataBoxEdgeUpdateType)

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

Implicit(String to DataBoxEdgeUpdateType)

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

Inequality(DataBoxEdgeUpdateType, DataBoxEdgeUpdateType)

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

適用対象