Share via


ArmRecoveryServicesSiteRecoveryModelFactory.ExportJobDetails Method

Definition

Initializes a new instance of ExportJobDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExportJobDetails ExportJobDetails (System.Collections.Generic.IReadOnlyDictionary<string,string> affectedObjectDetails = default, Uri blobUri = default, string sasToken = default);
static member ExportJobDetails : System.Collections.Generic.IReadOnlyDictionary<string, string> * Uri * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExportJobDetails
Public Shared Function ExportJobDetails (Optional affectedObjectDetails As IReadOnlyDictionary(Of String, String) = Nothing, Optional blobUri As Uri = Nothing, Optional sasToken As String = Nothing) As ExportJobDetails

Parameters

affectedObjectDetails
IReadOnlyDictionary<String,String>

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

blobUri
Uri

BlobUri of the exported jobs.

sasToken
String

The sas token to access blob.

Returns

A new ExportJobDetails instance for mocking.

Applies to