VmSizeProfile interface
Specifications about a VM Size. This will also contain the corresponding rank and weight in future.
Properties
name | The Sku name (e.g. 'Standard_DS1_v2') |
rank | The rank of the VM size. This is used with 'RegularPriorityAllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0. |
Property Details
name
The Sku name (e.g. 'Standard_DS1_v2')
name: string
Property Value
string
rank
The rank of the VM size. This is used with 'RegularPriorityAllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.
rank?: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript