Stop-VBRAzureInstantRecovery
Short Description
Stops the specified Instant Recovery to Microsoft Azure operation.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Stop-VBRAzureInstantRecovery [-InstantRecovery] <VBRAzureInstantRecovery[]> [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet stops the specified Instant Recovery to Microsoft Azure operation.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
InstantRecovery |
Specifies an array of Instant Recovery to Microsoft Azure operations that you want to stop.
Accepts the |
True |
0 |
True (ByPropertyName, ByValue) |
|
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Stopping Instant Recovery to Microsoft Azure Operation
This example shows how to stop the Instant Recovery to Microsoft Azure operation.
|
$session = Get-VBRAzureInstantRecovery -Id "d1d2a50e-8052-498f-826b-e5c86f30ed5a" Stop-VBRAzureInstantRecovery -InstantRecovery $session |
Perform the following steps:
- Run the
Get-VBRAzureInstantRecoveryReturns an array of objects on the Instant Recovery to Microsoft Azure operation. cmdlet. Specify theIdparameter value. Save the result to the$operationvariable. - Run the
Stop-VBRAzureInstantRecoverycmdlet. Set the$sessionvariable as theInstantRecoveryparameter value.
Related Commands
New-VBRAzureInstantRecoverySwitchingOptionsDefines the switchover options.Get-VBRAzureInstantRecoveryReturns an array of objects on the Instant Recovery to Microsoft Azure operation.