< Back

Start-AzureSiteRecoveryCommitFailoverJob

Wed Jan 30, 2019 5:55 pm

NAME Start-AzureSiteRecoveryCommitFailoverJob



SYNOPSIS

Start the commit failover of the Azure Site Recovery object after failover





SYNTAX

Start-AzureSiteRecoveryCommitFailoverJob -RecoveryPlan <ASRRecoveryPlan> [-WaitForCompletion] [<CommonParameters>]



Start-AzureSiteRecoveryCommitFailoverJob -RpId <string> [-WaitForCompletion] [<CommonParameters>]



Start-AzureSiteRecoveryCommitFailoverJob -ProtectionEntity <ASRProtectionEntity> [-WaitForCompletion] [<CommonParameters>]



Start-AzureSiteRecoveryCommitFailoverJob -ProtectionContainerId <string> -ProtectionEntityId <string> [-WaitForCompletion] [<CommonParameters>]





DESCRIPTION

Start the commit failover of the Azure Site Recovery object after failover. This will start the commit and return the job object. Success of the job can

be tracked using Get-AzureSiteRecoveryJob





PARAMETERS

-ProtectionContainerId <string>

Id of the Protection Container



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ProtectionEntity <ASRProtectionEntity>

Protection Entity object



Required? true

Position? named

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-WaitForCompletion [<SwitchParameter>]

Waits for Completion



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-RecoveryPlan <ASRRecoveryPlan>

Recovery Plan object



Required? true

Position? named

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-RpId <string>

Id of the Recovery Plan



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ProtectionEntityId <string>

Id of the Protection Entity



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









NOTES







Keywords: azure, azuresm, servicemanagement, management, service, site, recovery







-------------------------- EXAMPLE 1 --------------------------



C:\\PS>$PC = Get-AzureSiteRecoveryProtectionContainer; $PE = Get-AzureSiteRecoveryProtectionEntity -ProtectionContainer $PC;

Start-AzureSiteRecoveryCommitFailoverJob -ProtectionEntity $PE -Direction PrimaryToRecovery



ID : c38eecdc-731c-405b-a61c-08db99aae2fe

ClientRequestId : 32ace403-0916-4967-83a1-529176bd6e88-2014-49-06 15:49:24Z-P

State : NotStarted

StateDescription : NotStarted

StartTime :

EndTime :

AllowedActions : {}

Name :

Tasks : {}

Errors : {}



Description



-----------













RELATED LINKS