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.

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