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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET