Get-VBRAzureInstantRecoverySwitchingOptions
Short Description
Returns the switchover options.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRAzureInstantRecoverySwitchingOptions -InstantRecovery <VBRAzureInstantRecovery> [<CommonParameters>] |
Detailed Description
This cmdlet returns the switchover options.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
InstantRecovery |
Specifies the operation for which you want to get the switchover options.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRAzureInstantRecoverySwitchingOptions
Examples
Example 1. Getting Switchover Options for Instant Recovery Operation
This command shows how to get switchover options for the Instant Recovery operation with the d1d2a50e-8052-498f-826b-e5c86f30ed5a ID.
|
$recovery = Get-VBRAzureInstantRecovery -Id "d1d2a50e-8052-498f-826b-e5c86f30ed5a" $options = Get-VBRAzureInstantRecoverySwitchingOptions -InstantRecovery $recovery |
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$recoveryvariable. - Run the
Get-VBRAzureInstantRecoverySwitchingOptionscmdlet. Set the$recoveryvariable as theInstantRecoveryparameter value.
Related Commands
Get-VBRAzureInstantRecoveryReturns an array of objects on the Instant Recovery to Microsoft Azure operation.