Get-VBRAzureApplianceTemplate
Short Description
Returns deployed helper appliance templates.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRAzureApplianceTemplate [<CommonParameters>]
-
IdGet-VBRAzureApplianceTemplate [-Id <Guid[]>] [<CommonParameters>]
-
SubscriptionLocationGet-VBRAzureApplianceTemplate [-Subscription <VBRAzureSubscription[]>] [-Location <VBRAzureLocation[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns deployed helper appliance templates.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs. The cmdlet will return helper appliance templates with the specified IDs. |
|
False |
Named |
True (ByPropertyName) |
|
Location |
Specifies the Microsoft Azure region from which you want to return the deployed helper appliance templates.
Accepts the |
False |
Named |
True (ByPropertyName) |
|
|
Subscription |
Specifies the Microsoft Azure subscription from which you want to return the deployed helper appliance templates.
Accepts the |
False |
Named |
True (ByPropertyName) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting Helper Appliance Templates Deployed in Subscription
This example shows how to get all helper appliance templates deployed in a subscription.
|
$account = Get-VBRAzureAccount -Type ResourceManager -Name "RestoreToAzureRM@Veeam.com" $subscription = Get-VBRAzureSubscription -Account $account -Name "VeeamDirectRestore2Azure" $template = Get-VBRAzureApplianceTemplate -Subscription $subscription |
Perform the following steps:
- Run the
Get-VBRAzureAccountReturns Microsoft Azure accounts added to Veeam Backup & Replication. cmdlet. Set theResourceManagervalue as theTypeparameter value. Specify theNameparameter value. Save it to the$accountvariable. - Run the
Get-VBRAzureSubscriptionReturns subscriptions associated with a Microsoft Azure account. cmdlet. Set the$accountvariable as theAccountparameter value. Specify theNameparameter value. Save it to the$subscriptionvariable. - Run the
Get-VBRAzureApplianceTemplatecmdlet. Set the$subscriptionvariable as theSubscriptionparameter value. Set the$locationvariable as theLocationparameter value. Save it to the$templatevariable.
Related Commands
Get-VBRAzureAccountReturns Microsoft Azure accounts added to Veeam Backup & Replication.Get-VBRAzureSubscriptionReturns subscriptions associated with a Microsoft Azure account.