次の方法で共有


DataBoxEdgeMountType 構造体

定義

取り付けタイプ。

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

コンストラクター

DataBoxEdgeMountType(String)

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

プロパティ

HostPath

HostPath。

Volume

ボリューム。

メソッド

Equals(DataBoxEdgeMountType)

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

ToString()

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

演算子

Equality(DataBoxEdgeMountType, DataBoxEdgeMountType)

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

Implicit(String to DataBoxEdgeMountType)

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

Inequality(DataBoxEdgeMountType, DataBoxEdgeMountType)

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

適用対象