ArmRecoveryServicesSiteRecoveryModelFactory.ExportJobDetails Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET