CurrentJobDetails Class

Definition

Current job details of the migration item.

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

Properties

JobId

The ARM Id of the job being executed.

JobName

The job name.

StartOn

The start time of the job.

Explicit Interface Implementations

IJsonModel<CurrentJobDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CurrentJobDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CurrentJobDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CurrentJobDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CurrentJobDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to