NodeVMSize Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The possible node sizes for a virtual machine
public enum NodeVMSize
type NodeVMSize =
Public Enum NodeVMSize
- Inheritance
-
NodeVMSize
Fields
Name | Value | Description |
---|---|---|
ExtraSmall | 1 | An extra small virtual machine, shared core |
Small | 1 | A small virtual machine, 1 core |
Medium | 2 | Medium virtual machine, 2 cores |
Large | 4 | Large virtual machine, 4 cores |
ExtraLarge | 8 | Extra large virtual machine, 8 cores |
Applies to
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 .NET