MoverResourceJobStatus Class

Definition

Defines the job status.

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

Properties

JobName

Defines the job name.

JobProgress

Gets or sets the monitoring job percentage.

Explicit Interface Implementations

IJsonModel<MoverResourceJobStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MoverResourceJobStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MoverResourceJobStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MoverResourceJobStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MoverResourceJobStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to