Get-VBRAzureComputeBackup
Short Description
Returns Azure backups.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRAzureComputeBackup [-Name <string[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of Azure backups.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies an array of names for Azure backups. The cmdlet will return Azure backups with the specified names. | String[] | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRAzureComputeBackup object that contains an array of Azure backups.
Examples
Getting Azure Backups
This command returns an array of Azure backups.
Get-VBRAzureComputeBackup |