次の方法で共有


DataBoxEdgeNodeStatus 構造体

定義

個々のノードの現在の状態。

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

コンストラクター

DataBoxEdgeNodeStatus(String)

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

プロパティ

Down

ダウン。

Rebooting

再起動。

ShuttingDown

ShuttingDown。

Unknown

不明。

Up

を。

メソッド

Equals(DataBoxEdgeNodeStatus)

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

ToString()

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

演算子

Equality(DataBoxEdgeNodeStatus, DataBoxEdgeNodeStatus)

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

Implicit(String to DataBoxEdgeNodeStatus)

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

Inequality(DataBoxEdgeNodeStatus, DataBoxEdgeNodeStatus)

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

適用対象