Get-VBRAzureInstantRecovery
Short Description
Returns an array of objects on the Instant Recovery to Microsoft Azure operation.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRAzureInstantRecovery [<CommonParameters>]
-
SessionGet-VBRAzureInstantRecovery [-InstantRecovery <VBRAzureInstantRecovery>] [<CommonParameters>]
-
IdGet-VBRAzureInstantRecovery [-Id <Guid[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns an array of objects. Each object contains information about the Instant Recovery to Microsoft Azure operation. The objects include the following properties:
- RestorePointId: The ID of the restore point used for recovery.
- Platform: The platform that hosts the recovered workload.
- State: The current state of the Instant Recovery operation.
- TargetVm: The Microsoft Azure VM created during the Instant Recovery process.
- Log: The log sessions for the Instant Recovery to Microsoft Azure operation.
- Id: The ID of the Instant Recovery to Microsoft Azure operation.
You can use this object to get additional log sessions on the Instant Recovery Microsoft Azure operation and to finalize the migration.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs of Instant Recovery to Microsoft Azure operations. The cmdlet will return information on these operations. |
|
False |
Named |
True (ByPropertyName) |
|
InstantRecovery |
Specifies the Instant Recovery to Microsoft Azure operations. The cmdlet will return an array of objects with information on these operations.
Accepts the |
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting Information on All Instant Recovery to Microsoft Azure Operations
|
This command returns information on all Instant Recovery to Microsoft Azure operations.
|
Example 2. Getting Information on Specific Instant Recovery to Microsoft Azure Operation
|
This command returns information on the Instant Recovery to Microsoft Azure operation that restores the
Perform the following steps:
|
Example 3. Getting Information on Instant Recovery to Microsoft Azure Operation by ID
|
This command returns information on an Instant Recovery to Microsoft Azure operation by its ID.
|
Example 4. Getting Information on Microsoft Azure VM
|
This example shows how to get information on Microsoft Azure VM created during Instant Recovery.
Perform the following steps:
|
Related Commands
Start-VBRAzureInstantRecoveryStarts Instant Recovery to Microsoft Azure.