Deploy-VBRAzureApplianceTemplate
Short Description
Deploys a helper appliance template.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Deploy-VBRAzureApplianceTemplate -TemplateOptions <VBRAzureApplianceTemplateDeploymentOptions[]> [<CommonParameters>] |
Detailed Description
This cmdlet deploys a helper appliance template.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
TemplateOptions |
Specifies helper appliance template options. The cmdlet will deploy the helper appliance template with the specified options. |
Accepts the VBRAzureApplianceTemplateDeploymentOptions[] object. To create this object, use the New-VBRAzureApplianceTemplateDeploymentOptions cmdlet. |
True |
Named |
True |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Deploying a Helper Appliance Template
|
This example shows how to deploy a helper appliance template.
Perform the following steps:
|
Example 2. Redeploying a Helper Appliance Template
|
This example shows how to redeploy a helper appliance template. This redeploy deletes the old template and creates the same template anew. The redeploy is needed to get the latest guest OS updates for the helper appliance templates.
Perform the following steps:
|
Related Commands