This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBOAzureVirtualMachineSize

Short Description

Returns the Azure archiver appliance size.

Syntax

Get-VBOAzureVirtualMachineSize -Subscription <VBOAzureSubscription> -Location <VBOAzureLocation> [-Name <String>] [<CommonParameters>]

Detailed Description

This cmdlet returns the VBOAzureVirtualMachineSize object. This object contains the size of an auxiliary virtual machine in Microsoft Azure that is deployed and configured automatically by Veeam Backup for Microsoft 365.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Subscription

Specifies a subscription associated with a user account that will be used to access Azure Blob Storage.

Accepts the VBOAzureSubscription object.

To get this object, run the Get-VBOAzureSubscription cmdlet.

True

Named

False

False

Location

Specifies a Microsoft Azure region.

Accepts the VBOAzureLocation object.

To get this object, run the Get-VBOAzureLocation cmdlet.

True

Named

False

False

Name

Specifies a name of an auxiliary virtual machine.

String

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBOAzureVirtualMachineSize object.

Examples

Get-VBOAzureVirtualMachineSizeExample 1. Getting Azure Archiver Appliance Size

Related Commands