BulkCreateCustomVirtualMachineInfo interface
Information about a virtual machine resolved for a BulkCreateCustom operation.
Properties
| name | The resolved Azure virtual machine name. |
| vm |
The virtual machine size selected for the virtual machine. |
| zone | The subscription-relative logical availability zone selected for the virtual machine. |
Property Details
name
The resolved Azure virtual machine name.
name?: string
Property Value
string
vmSize
The virtual machine size selected for the virtual machine.
vmSize?: string
Property Value
string
zone
The subscription-relative logical availability zone selected for the virtual machine.
zone?: string
Property Value
string