Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineSize

Package version

Describes the properties of a VM size.

Hierarchy

  • VirtualMachineSize

Index

Properties

Optional estimatedVMPrices

estimatedVMPrices: EstimatedVMPrices

The estimated price information for using a VM.

Optional family

family: undefined | string

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

Optional gpus

gpus: undefined | number

The number of gPUs supported by 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

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

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

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

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

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

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 supportedComputeTypes

supportedComputeTypes: string[]

Specifies the compute types supported by the virtual machine size.

Optional vCPUs

vCPUs: undefined | number

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