AsrJobDetails Constructors
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.
Overloads
AsrJobDetails() |
Initializes a new instance of the AsrJobDetails class. |
AsrJobDetails(IDictionary<String,String>) |
Initializes a new instance of the AsrJobDetails class. |
AsrJobDetails()
Initializes a new instance of the AsrJobDetails class.
public AsrJobDetails ();
Public Sub New ()
Applies to
AsrJobDetails(IDictionary<String,String>)
Initializes a new instance of the AsrJobDetails class.
public AsrJobDetails (System.Collections.Generic.IDictionary<string,string> affectedObjectDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AsrJobDetails : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AsrJobDetails
Public Sub New (Optional affectedObjectDetails As IDictionary(Of String, 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.