Rescan-VBRAzureApplianceTemplate
Short Description
Rescans the Azure Backup Appliance template in the backup infrastructure.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Rescan-VBRAzureApplianceTemplate -TemplateOptions <VBRAzureApplianceTemplateDeploymentOptions[]> [<CommonParameters>] |
Detailed Description
This cmdlet rescans the Azure Backup Appliance template to update its settings in the backup infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
TemplateOptions |
Specifies options for the Azure Backup Appliance templates that you want to rescan.
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
The cmdlet returns the VBRAzureApplianceTemplate object that contains settings of the rescanned Azure Backup Appliance template.
Examples
Rescanning Azure Backup Appliance Template
This example shows how to rescan an Azure Backup Appliance template.
|
$template = Get-VBRAzureApplianceTemplate -Name "MyApplianceTemplate" $options = New-VBRAzureApplianceTemplateDeploymentOptions -Template $template Rescan-VBRAzureApplianceTemplate -TemplateOptions $options |
Perform the following steps:
- Run the
Get-VBRAzureApplianceTemplateReturns deployed helper appliance templates. cmdlet. Specify theNameparameter value. Save the result to the$templatevariable. - Run the
New-VBRAzureApplianceTemplateDeploymentOptionsDefines deployment options for a helper appliance template. cmdlet. Set the$templatevariable as theTemplateparameter value. Save the result to the$optionsvariable. - Run the
Rescan-VBRAzureApplianceTemplatecmdlet. Set the$optionsvariable as theTemplateOptionsparameter value.
Related Commands
Get-VBRAzureApplianceTemplateReturns deployed helper appliance templates.New-VBRAzureApplianceTemplateDeploymentOptionsDefines deployment options for a helper appliance template.