New-VBRAzureDiskConfiguration
Short Description
Defines Azure VM disk types.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Define Azure VM disk type using the disk name.
|
New-VBRAzureDiskConfiguration -DiskName <String> -DiskType <VBRAzureDiskType> [-Include] [<CommonParameters>] |
- Define Azure VM disk type using the disk ID.
|
New-VBRAzureDiskConfiguration -DiskUid <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 the name of a disk whose type you want to change during further restore. Note: The disk must exist in the backup from which you plan to restore. |
String |
True |
Named |
False |
|
DiskUid |
Specifies the ID of a disk whose type you want to change during further restore. Note: The disk must exist in the backup from which you plan to restore. |
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:
|
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
Examples
Example 1. Defining Azure VM Disk Type for Computer
|
This example shows how to define the Azure StandardHDD disk type for a computer disk backed-up with Veeam Agent for Microsoft Windows.
Perform the following steps:
|
Example 2. Defining Azure VM Disk Type for Hyper-V VMs
|
This example shows how to define the Azure StandardHDD disk type for disks of Microsoft Hyper-V VMs.
Perform the following steps:
|
Example 3. Defining Azure VM Disk Type for Other Workloads
|
This example shows how to define the Azure StandardHDD disk type for disks of workloads other than computers backed-up with Veeam Agent for Microsoft Windows. This example shows how to do it for a VMware vSphere VM.
Perform the following steps:
|