SwitchProtectionJobDetails 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
SwitchProtectionJobDetails() |
Initializes a new instance of the SwitchProtectionJobDetails class. |
SwitchProtectionJobDetails(IDictionary<String,String>, String) |
Initializes a new instance of the SwitchProtectionJobDetails class. |
SwitchProtectionJobDetails()
Initializes a new instance of the SwitchProtectionJobDetails class.
public SwitchProtectionJobDetails ();
Public Sub New ()
Applies to
SwitchProtectionJobDetails(IDictionary<String,String>, String)
Initializes a new instance of the SwitchProtectionJobDetails class.
public SwitchProtectionJobDetails (System.Collections.Generic.IDictionary<string,string> affectedObjectDetails = default, string newReplicationProtectedItemId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProtectionJobDetails : System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProtectionJobDetails
Public Sub New (Optional affectedObjectDetails As IDictionary(Of String, String) = Nothing, Optional newReplicationProtectedItemId As 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.
- newReplicationProtectedItemId
- String
ARM Id of the new replication protected item.