Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineSize

Package version

Describes the properties of a VM size.

Hierarchy

  • VirtualMachineSize

Index

Properties

Optional family

family: undefined | string

Virtual Machine family name. The family name of the virtual machine size. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lowPriorityCapable

lowPriorityCapable: undefined | false | true

Low priority capable. Specifies if the virtual machine size supports low priority VMs. NOTE: This property will not be serialized. It can only be populated by the server.

Optional maxResourceVolumeMB

maxResourceVolumeMB: undefined | number

Resource volume size. The resource volume size, in MB, allowed by the virtual machine size. NOTE: This property will not be serialized. It can only be populated by the server.

Optional memoryGB

memoryGB: undefined | number

Memory size. The amount of memory, in GB, supported by the virtual machine size. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Virtual Machine size name. The name of the virtual machine size. NOTE: This property will not be serialized. It can only be populated by the server.

Optional osVhdSizeMB

osVhdSizeMB: undefined | number

OS VHD Disk size. The OS VHD disk size, in MB, allowed by the virtual machine size. NOTE: This property will not be serialized. It can only be populated by the server.

Optional premiumIO

premiumIO: undefined | false | true

Premium IO supported. Specifies if the virtual machine size supports premium IO. NOTE: This property will not be serialized. It can only be populated by the server.

Optional vCPUs

vCPUs: undefined | number

Number of vPUs. The number of vCPUs supported by the virtual machine size. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc