次の方法で共有


DataBoxEdgeSubscriptionState 構造体

定義

DataBoxEdgeSubscriptionState。

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

コンストラクター

DataBoxEdgeSubscriptionState(String)

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

プロパティ

Deleted

削除。

Registered

登録済み。

Suspended

中断。

Unregistered

未登録。

Warned

警告。

メソッド

Equals(DataBoxEdgeSubscriptionState)

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

ToString()

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

演算子

Equality(DataBoxEdgeSubscriptionState, DataBoxEdgeSubscriptionState)

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

Implicit(String to DataBoxEdgeSubscriptionState)

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

Inequality(DataBoxEdgeSubscriptionState, DataBoxEdgeSubscriptionState)

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

適用対象