VirtualMachineSize interface
Describes the properties of a VM size.
Properties
max |
The maximum number of data disks that can be attached to the virtual machine size. |
memory |
The amount of memory, in MB, supported by the virtual machine size. |
name | The name of the virtual machine size. |
number |
The number of cores supported by the virtual machine size. |
os |
The OS disk size, in MB, allowed by the virtual machine size. |
resource |
The resource disk size, in MB, allowed by the virtual machine size. |
Property Details
maxDataDiskCount
The maximum number of data disks that can be attached to the virtual machine size.
maxDataDiskCount?: number
Property Value
number
memoryInMB
The amount of memory, in MB, supported by the virtual machine size.
memoryInMB?: number
Property Value
number
name
The name of the virtual machine size.
name?: string
Property Value
string
numberOfCores
The number of cores supported by the virtual machine size.
numberOfCores?: number
Property Value
number
osDiskSizeInMB
The OS disk size, in MB, allowed by the virtual machine size.
osDiskSizeInMB?: number
Property Value
number
resourceDiskSizeInMB
The resource disk size, in MB, allowed by the virtual machine size.
resourceDiskSizeInMB?: number
Property Value
number