VirtualMachineSizeInner Class
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.
Describes the properties of a VM size.
public class VirtualMachineSizeInner
type VirtualMachineSizeInner = class
Public Class VirtualMachineSizeInner
- Inheritance
-
VirtualMachineSizeInner
Constructors
VirtualMachineSizeInner() |
Initializes a new instance of the VirtualMachineSizeInner class. |
VirtualMachineSizeInner(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the VirtualMachineSizeInner class. |
Properties
MaxDataDiskCount |
Gets or sets the maximum number of data disks that can be attached to the virtual machine size. |
MemoryInMB |
Gets or sets the amount of memory, in MB, supported by the virtual machine size. |
Name |
Gets or sets the name of the virtual machine size. |
NumberOfCores |
Gets or sets the number of cores supported by the virtual machine size. |
OsDiskSizeInMB |
Gets or sets the OS disk size, in MB, allowed by the virtual machine size. |
ResourceDiskSizeInMB |
Gets or sets the resource disk size, in MB, allowed by the virtual machine size. |
Applies to
Azure SDK for .NET