Share via


IMoveResourcePropertiesMoveStatus Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveResourcePropertiesMoveStatusTypeConverter))]
public interface IMoveResourcePropertiesMoveStatus : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IMoveResourceStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveResourcePropertiesMoveStatusTypeConverter))>]
type IMoveResourcePropertiesMoveStatus = interface
    interface IJsonSerializable
    interface IMoveResourceStatus
Public Interface IMoveResourcePropertiesMoveStatus
Implements IMoveResourceStatus
Derived
Attributes
Implements

Properties

Code

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

(Inherited from IMoveResourceStatus)
Detail

A list of additional details about the error.

(Inherited from IMoveResourceStatus)
JobStatusJobName

Defines the job name.

(Inherited from IMoveResourceStatus)
JobStatusJobProgress

Gets or sets the monitoring job percentage.

(Inherited from IMoveResourceStatus)
Message

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

(Inherited from IMoveResourceStatus)
MoveState

Defines the MoveResource states.

(Inherited from IMoveResourceStatus)
Target

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

(Inherited from IMoveResourceStatus)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to