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