MoverResourceStatus Class

Definition

Defines the move resource status.

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

Properties

ErrorsProperties

The move resource error body.

JobStatus

Defines the job status.

MoveState

Defines the MoveResource states.

Explicit Interface Implementations

IJsonModel<MoverResourceStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MoverResourceStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MoverResourceStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MoverResourceStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MoverResourceStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to