Aracılığıyla paylaş


ExportJobDetails Class

Definition

This class represents details for export jobs workflow.

[Newtonsoft.Json.JsonObject("ExportJobDetails")]
public class ExportJobDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobDetails
[<Newtonsoft.Json.JsonObject("ExportJobDetails")>]
type ExportJobDetails = class
    inherit JobDetails
Public Class ExportJobDetails
Inherits JobDetails
Inheritance
ExportJobDetails
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ExportJobDetails()

Initializes a new instance of the ExportJobDetails class.

ExportJobDetails(IDictionary<String,String>, String, String)

Initializes a new instance of the ExportJobDetails class.

Properties

AffectedObjectDetails

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

(Inherited from JobDetails)
BlobUri

Gets or sets blobUri of the exported jobs.

SasToken

Gets or sets the sas token to access blob.

Applies to