次の方法で共有


NodeArcState 構造体

定義

このノード内の Arc エージェントの状態。

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

コンストラクター

NodeArcState(String)

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

プロパティ

Accepted

受理されました。

Canceled

キャンセル。

Connected

接続されました。

Creating

作成。

Deleted

削除。

Deleting

Deleting。

DisableInProgress

DisableInProgress。

Disconnected

[接続解除されました。]

Error

エラー。

Failed

失敗。

InProgress

InProgress。

Moving

移動。

NotSpecified

NotSpecified。

PartiallyConnected

PartiallyConnected。

PartiallySucceeded

PartiallySucceeded。

Provisioning

プロビジョニング。

Succeeded

成功。

Updating

更新。

メソッド

Equals(NodeArcState)

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

ToString()

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

演算子

Equality(NodeArcState, NodeArcState)

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

Implicit(String to NodeArcState)

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

Inequality(NodeArcState, NodeArcState)

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

適用対象