Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineSize

Package version

Describes the properties of a VM size.

Hierarchy

  • VirtualMachineSize

Index

Properties

Optional maxDataDiskCount

maxDataDiskCount: undefined | number

The maximum number of data disks that can be attached to the virtual machine size.

Optional memoryInMB

memoryInMB: undefined | number

The amount of memory, in MB, supported by the virtual machine size.

Optional name

name: undefined | string

The name of the virtual machine size.

Optional numberOfCores

numberOfCores: undefined | number

The number of cores supported by the virtual machine size. For Constrained vCPU capable VM sizes, this number represents the total vCPUs of quota that the VM uses. For accurate vCPU count, please refer to https://docs.microsoft.com/azure/virtual-machines/constrained-vcpu or https://docs.microsoft.com/rest/api/compute/resourceskus/list

Optional osDiskSizeInMB

osDiskSizeInMB: undefined | number

The OS disk size, in MB, allowed by the virtual machine size.

Optional resourceDiskSizeInMB

resourceDiskSizeInMB: undefined | number

The resource disk size, in MB, allowed by the virtual machine size.

Generated using TypeDoc