ExportJobDetails Constructors

Definition

Overloads

ExportJobDetails()

Initializes a new instance of the ExportJobDetails class.

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

Initializes a new instance of the ExportJobDetails class.

ExportJobDetails()

Initializes a new instance of the ExportJobDetails class.

public ExportJobDetails ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ExportJobDetails class.

public ExportJobDetails (System.Collections.Generic.IDictionary<string,string> affectedObjectDetails = default, string blobUri = default, string sasToken = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExportJobDetails : System.Collections.Generic.IDictionary<string, string> * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExportJobDetails
Public Sub New (Optional affectedObjectDetails As IDictionary(Of String, String) = Nothing, Optional blobUri As String = Nothing, Optional sasToken As String = Nothing)

Parameters

affectedObjectDetails
IDictionary<String,String>

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

blobUri
String

BlobUri of the exported jobs.

sasToken
String

The sas token to access blob.

Applies to