MoverResourcePropertiesMoveStatus Class

Definition

Defines the move resource status.

public class MoverResourcePropertiesMoveStatus : Azure.ResourceManager.ResourceMover.Models.MoverResourceStatus
public class MoverResourcePropertiesMoveStatus : Azure.ResourceManager.ResourceMover.Models.MoverResourceStatus, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceMover.Models.MoverResourcePropertiesMoveStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceMover.Models.MoverResourcePropertiesMoveStatus>
type MoverResourcePropertiesMoveStatus = class
    inherit MoverResourceStatus
type MoverResourcePropertiesMoveStatus = class
    inherit MoverResourceStatus
    interface IJsonModel<MoverResourcePropertiesMoveStatus>
    interface IPersistableModel<MoverResourcePropertiesMoveStatus>
Public Class MoverResourcePropertiesMoveStatus
Inherits MoverResourceStatus
Public Class MoverResourcePropertiesMoveStatus
Inherits MoverResourceStatus
Implements IJsonModel(Of MoverResourcePropertiesMoveStatus), IPersistableModel(Of MoverResourcePropertiesMoveStatus)
Inheritance
MoverResourcePropertiesMoveStatus
Implements

Properties

ErrorsProperties

The move resource error body.

(Inherited from MoverResourceStatus)
JobStatus

Defines the job status.

(Inherited from MoverResourceStatus)
MoveState

Defines the MoveResource states.

(Inherited from MoverResourceStatus)

Explicit Interface Implementations

IJsonModel<MoverResourcePropertiesMoveStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MoverResourcePropertiesMoveStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MoverResourceStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MoverResourceStatus)
IJsonModel<MoverResourceStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MoverResourceStatus)
IPersistableModel<MoverResourcePropertiesMoveStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MoverResourcePropertiesMoveStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MoverResourcePropertiesMoveStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MoverResourceStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MoverResourceStatus)
IPersistableModel<MoverResourceStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MoverResourceStatus)
IPersistableModel<MoverResourceStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MoverResourceStatus)

Applies to