PSRecoveryServicesClient.StartAzureSiteRecoveryPlannedFailover 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.
Overloads
StartAzureSiteRecoveryPlannedFailover(String, RecoveryPlanPlannedFailoverInput) |
Starts Azure Site Recovery Planned failover. |
StartAzureSiteRecoveryPlannedFailover(String, String, String, PlannedFailoverInput) |
Starts Planned Failover |
StartAzureSiteRecoveryPlannedFailover(String, RecoveryPlanPlannedFailoverInput)
Starts Azure Site Recovery Planned failover.
public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation StartAzureSiteRecoveryPlannedFailover (string recoveryPlanName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanPlannedFailoverInput input);
member this.StartAzureSiteRecoveryPlannedFailover : string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanPlannedFailoverInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function StartAzureSiteRecoveryPlannedFailover (recoveryPlanName As String, input As RecoveryPlanPlannedFailoverInput) As PSSiteRecoveryLongRunningOperation
Parameters
- recoveryPlanName
- String
Recovery Plan Name
Recovery Plan Planned Failover Input
Returns
Job response
Applies to
StartAzureSiteRecoveryPlannedFailover(String, String, String, PlannedFailoverInput)
Starts Planned Failover
public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation StartAzureSiteRecoveryPlannedFailover (string fabricName, string protectionContainerName, string replicationProtectedItemName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PlannedFailoverInput input);
member this.StartAzureSiteRecoveryPlannedFailover : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PlannedFailoverInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function StartAzureSiteRecoveryPlannedFailover (fabricName As String, protectionContainerName As String, replicationProtectedItemName As String, input As PlannedFailoverInput) As PSSiteRecoveryLongRunningOperation
Parameters
- fabricName
- String
Fabric Name
- protectionContainerName
- String
Protection Container Name
- replicationProtectedItemName
- String
Replication Protected Itenm
- input
- PlannedFailoverInput
Input for Planned Failover
Returns
Job Response