VirtualMachineInfoOutput interface
Info about the current state of the virtual machine.
Properties
| image |
The reference to the Azure Virtual Machine's Marketplace Image. |
| scale |
The resource ID of the Compute Node's current Virtual Machine Scale Set VM. Only defined if the Batch Account was created with its poolAllocationMode property set to 'UserSubscription'. |
Property Details
imageReference
The reference to the Azure Virtual Machine's Marketplace Image.
imageReference?: BatchVmImageReferenceOutput
Property Value
scaleSetVmResourceId
The resource ID of the Compute Node's current Virtual Machine Scale Set VM. Only defined if the Batch Account was created with its poolAllocationMode property set to 'UserSubscription'.
scaleSetVmResourceId?: string
Property Value
string