New-VBRAzureDiskConfiguration

Short Description

Defines Azure VM disk types.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

New-VBRAzureDiskConfiguration -DiskName <String> -DiskType <VBRAzureDiskType> [-Include]  [<CommonParameters>]

Detailed Description

This cmdlet creates the VBRAzureDiskConfiguration object that defines Azure VM disk types. Veeam Backup & Replication will attach disks of these types to the restored workloads.

For more information on disk types, see Microsoft Docs.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

DiskName

Specifies a new disk name. The cmdlet will allocate an Azure VM disk with this name to the restored workloads.

String

True

Named

False

DiskType

Specifies the type of the disk that Veeam Backup & Replication will attach to the restored workloads. You can specify the following type:

  • StandardHDD
  • StandardSSD
  • PremiumSSD

VBRAzureDiskType

False

Named

False

Include

Defines that the cmdlet will attach an Azure VM disk to the restored workloads.

SwitchParameter

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRAzureDiskConfiguration

Examples

Defining Azure VM Disk Types

This command defines the StandardHDD Azure VM disk types named srv20.

New-VBRAzureDiskConfiguration -DiskName "srv20" -DiskType StandardHDD -Include