MoverResourceMoveState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the MoveResource states.
public readonly struct MoverResourceMoveState : IEquatable<Azure.ResourceManager.ResourceMover.Models.MoverResourceMoveState>
type MoverResourceMoveState = struct
Public Structure MoverResourceMoveState
Implements IEquatable(Of MoverResourceMoveState)
- Inheritance
-
MoverResourceMoveState
- Implements
Constructors
MoverResourceMoveState(String) |
Initializes a new instance of MoverResourceMoveState. |
Properties
AssignmentPending |
AssignmentPending. |
CommitFailed |
CommitFailed. |
CommitInProgress |
CommitInProgress. |
CommitPending |
CommitPending. |
Committed |
Committed. |
DeleteSourcePending |
DeleteSourcePending. |
DiscardFailed |
DiscardFailed. |
DiscardInProgress |
DiscardInProgress. |
MoveFailed |
MoveFailed. |
MoveInProgress |
MoveInProgress. |
MovePending |
MovePending. |
PrepareFailed |
PrepareFailed. |
PrepareInProgress |
PrepareInProgress. |
PreparePending |
PreparePending. |
ResourceMoveCompleted |
ResourceMoveCompleted. |
Methods
Equals(MoverResourceMoveState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MoverResourceMoveState, MoverResourceMoveState) |
Determines if two MoverResourceMoveState values are the same. |
Implicit(String to MoverResourceMoveState) |
Converts a string to a MoverResourceMoveState. |
Inequality(MoverResourceMoveState, MoverResourceMoveState) |
Determines if two MoverResourceMoveState values are not the same. |
Applies to
Azure SDK for .NET