次の方法で共有


DataBoxEdgeShipmentType 構造体

定義

DataBoxEdgeShipmentType。

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

コンストラクター

DataBoxEdgeShipmentType(String)

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

プロパティ

NotApplicable

NotApplicable。

SelfPickup

SelfPickup。

ShippedToCustomer

ShippedToCustomer。

メソッド

Equals(DataBoxEdgeShipmentType)

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

ToString()

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

演算子

Equality(DataBoxEdgeShipmentType, DataBoxEdgeShipmentType)

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

Implicit(String to DataBoxEdgeShipmentType)

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

Inequality(DataBoxEdgeShipmentType, DataBoxEdgeShipmentType)

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

適用対象