Share via


AsrJobDetails Class

Definition

This class represents job details based on specific job type.

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

Properties

AffectedObjectDetails

The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details.

(Inherited from SiteRecoveryJobDetails)

Explicit Interface Implementations

IJsonModel<AsrJobDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AsrJobDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SiteRecoveryJobDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryJobDetails)
IPersistableModel<AsrJobDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AsrJobDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AsrJobDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SiteRecoveryJobDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SiteRecoveryJobDetails)

Applies to