TestFailoverJobDetails 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
TestFailoverJobDetails() |
Initializes a new instance of the TestFailoverJobDetails class. |
TestFailoverJobDetails(IDictionary<String,String>, String, String, String, String, String, IList<FailoverReplicationProtectedItemDetails>) |
Initializes a new instance of the TestFailoverJobDetails class. |
TestFailoverJobDetails()
Initializes a new instance of the TestFailoverJobDetails class.
public TestFailoverJobDetails ();
Public Sub New ()
Applies to
TestFailoverJobDetails(IDictionary<String,String>, String, String, String, String, String, IList<FailoverReplicationProtectedItemDetails>)
Initializes a new instance of the TestFailoverJobDetails class.
public TestFailoverJobDetails (System.Collections.Generic.IDictionary<string,string> affectedObjectDetails = default, string testFailoverStatus = default, string comments = default, string networkName = default, string networkFriendlyName = default, string networkType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FailoverReplicationProtectedItemDetails> protectedItemDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestFailoverJobDetails : System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FailoverReplicationProtectedItemDetails> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestFailoverJobDetails
Public Sub New (Optional affectedObjectDetails As IDictionary(Of String, String) = Nothing, Optional testFailoverStatus As String = Nothing, Optional comments As String = Nothing, Optional networkName As String = Nothing, Optional networkFriendlyName As String = Nothing, Optional networkType As 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.
- testFailoverStatus
- String
The test failover status.
- comments
- String
The test failover comments.
- networkName
- String
The test network name.
- networkFriendlyName
- String
The test network friendly name.
- networkType
- String
The test network type (see TestFailoverInput enum for possible values).
- protectedItemDetails
- IList<FailoverReplicationProtectedItemDetails>
The test VM details.