ExportJobDetails Class

Definition

This class represents details for export jobs workflow.

public class ExportJobDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryJobDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExportJobDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExportJobDetails>
type ExportJobDetails = class
    inherit SiteRecoveryJobDetails
    interface IJsonModel<ExportJobDetails>
    interface IPersistableModel<ExportJobDetails>
Public Class ExportJobDetails
Inherits SiteRecoveryJobDetails
Implements IJsonModel(Of ExportJobDetails), IPersistableModel(Of ExportJobDetails)
Inheritance
ExportJobDetails
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)
BlobUri

BlobUri of the exported jobs.

SasToken

The sas token to access blob.

Explicit Interface Implementations

IJsonModel<ExportJobDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportJobDetails>.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<ExportJobDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportJobDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportJobDetails>.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