ArmRecoveryServicesSiteRecoveryModelFactory.SwitchProtectionJobDetails Method
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.
Initializes a new instance of SwitchProtectionJobDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SwitchProtectionJobDetails SwitchProtectionJobDetails (System.Collections.Generic.IReadOnlyDictionary<string,string> affectedObjectDetails = default, Azure.Core.ResourceIdentifier newReplicationProtectedItemId = default);
static member SwitchProtectionJobDetails : System.Collections.Generic.IReadOnlyDictionary<string, string> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SwitchProtectionJobDetails
Public Shared Function SwitchProtectionJobDetails (Optional affectedObjectDetails As IReadOnlyDictionary(Of String, String) = Nothing, Optional newReplicationProtectedItemId As ResourceIdentifier = Nothing) As SwitchProtectionJobDetails
Parameters
- affectedObjectDetails
- IReadOnlyDictionary<String,String>
The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details.
- newReplicationProtectedItemId
- ResourceIdentifier
ARM Id of the new replication protected item.
Returns
A new SwitchProtectionJobDetails instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET