Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnvironmentSize

Package version

Represents a size category supported by this Lab Account (small, medium or large)

Hierarchy

  • EnvironmentSize

Index

Properties

Optional maxPrice

maxPrice: undefined | number

The pay-as-you-go dollar price per hour this size will cost. It does not include discounts and may not reflect the actual price the size will cost. This is the maximum price of all prices within this tier. NOTE: This property will not be serialized. It can only be populated by the server.

Optional minMemory

minMemory: undefined | number

The amount of memory available (in GB). This is the minimum amount of memory within this tier. NOTE: This property will not be serialized. It can only be populated by the server.

Optional minNumberOfCores

minNumberOfCores: undefined | number

The number of cores a VM of this size has. This is the minimum number of cores within this tier. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

The size category. Possible values include: 'Basic', 'Standard', 'Performance'

Optional vmSizes

vmSizes: SizeInfo[]

Represents a set of compute sizes that can serve this given size type

Generated using TypeDoc