Share via


MoveResourcePropertiesMoveStatus Class

Definition

Defines the move resource status.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveResourcePropertiesMoveStatusTypeConverter))]
public class MoveResourcePropertiesMoveStatus : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveResourcePropertiesMoveStatus, Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveResourcePropertiesMoveStatusTypeConverter))>]
type MoveResourcePropertiesMoveStatus = class
    interface IMoveResourcePropertiesMoveStatus
    interface IJsonSerializable
    interface IMoveResourceStatus
    interface IValidates
Public Class MoveResourcePropertiesMoveStatus
Implements IMoveResourcePropertiesMoveStatus, IValidates
Inheritance
MoveResourcePropertiesMoveStatus
Attributes
Implements

Constructors

MoveResourcePropertiesMoveStatus()

Creates an new MoveResourcePropertiesMoveStatus instance.

Properties

Code

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

Detail

A list of additional details about the error.

Error

An error response from the azure resource mover service.

ErrorProperty

The move resource error body.

JobStatus

Defines the job status.

JobStatusJobName

Defines the job name.

JobStatusJobProgress

Gets or sets the monitoring job percentage.

Message

A message describing the error, intended to be suitable for display in a user interface.

MoveState

Defines the MoveResource states.

Target

The target of the particular error. For example, the name of the property in error.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MoveResourcePropertiesMoveStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MoveResourcePropertiesMoveStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveResourcePropertiesMoveStatus.

FromJsonString(String)

Creates a new instance of MoveResourcePropertiesMoveStatus, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MoveResourcePropertiesMoveStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to