Get-VBRAzureRestoreProxy
Short Description
Returns a restore proxy appliance for restoring backups to Microsoft Azure VMs.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRAzureRestoreProxy [-Name <string>] [-Id <guid>] [<CommonParameters>] |
Detailed Description
This cmdlet returns a restore proxy appliance for restoring backups to Microsoft Azure VMs.
Note |
Consider the following:
|
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies a name of the restore proxy appliance that you want to get. | String | False | Named | True |
Id | Specifies an ID of the restore proxy appliance that you want to get. | String | False | Named | True |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Getting Microsoft Azure Restore Proxy Appliance
This command shows how to get the restore proxy appliance by its name.
Get-VBRAzureRestoreProxy -Name "AzureProxy-01" |