Condividi tramite


MoveResourceStatus Class

Definition

Defines the move resource status.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveResourceStatusTypeConverter))]
public class MoveResourceStatus : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveResourceStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveResourceStatusTypeConverter))>]
type MoveResourceStatus = class
    interface IMoveResourceStatus
    interface IJsonSerializable
Public Class MoveResourceStatus
Implements IMoveResourceStatus
Inheritance
MoveResourceStatus
Attributes
Implements

Constructors

MoveResourceStatus()

Creates an new MoveResourceStatus 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.

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 MoveResourceStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MoveResourceStatus.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MoveResourceStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to