FailoverJobDetails 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
FailoverJobDetails() |
Initializes a new instance of the FailoverJobDetails class. |
FailoverJobDetails(IDictionary<String,String>, IList<FailoverReplicationProtectedItemDetails>) |
Initializes a new instance of the FailoverJobDetails class. |
FailoverJobDetails()
Initializes a new instance of the FailoverJobDetails class.
public FailoverJobDetails ();
Public Sub New ()
Applies to
FailoverJobDetails(IDictionary<String,String>, IList<FailoverReplicationProtectedItemDetails>)
Initializes a new instance of the FailoverJobDetails class.
public FailoverJobDetails (System.Collections.Generic.IDictionary<string,string> affectedObjectDetails = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FailoverReplicationProtectedItemDetails> protectedItemDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FailoverJobDetails : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FailoverReplicationProtectedItemDetails> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FailoverJobDetails
Public Sub New (Optional affectedObjectDetails As IDictionary(Of String, String) = Nothing, Optional protectedItemDetails As IList(Of FailoverReplicationProtectedItemDetails) = 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.
- protectedItemDetails
- IList<FailoverReplicationProtectedItemDetails>
The test VM details.