次の方法で共有


MoverResourceMoveState 構造体

定義

MoveResource の状態を定義します。

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

コンストラクター

MoverResourceMoveState(String)

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

プロパティ

AssignmentPending

割り当て保留中。

CommitFailed

CommitFailed。

CommitInProgress

CommitInProgress。

CommitPending

CommitPending。

Committed

コミット済み。

DeleteSourcePending

DeleteSourcePending。

DiscardFailed

DiscardFailed。

DiscardInProgress

DiscardInProgress。

MoveFailed

MoveFailed。

MoveInProgress

MoveInProgress。

MovePending

MovePending。

PrepareFailed

PrepareFailed。

PrepareInProgress

PrepareInProgress。

PreparePending

PreparePending。

ResourceMoveCompleted

ResourceMoveCompleted。

メソッド

Equals(MoverResourceMoveState)

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

ToString()

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

演算子

Equality(MoverResourceMoveState, MoverResourceMoveState)

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

Implicit(String to MoverResourceMoveState)

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

Inequality(MoverResourceMoveState, MoverResourceMoveState)

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

適用対象