VmSizeProperty 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.
The vm size property
public class VmSizeProperty
type VmSizeProperty = class
Public Class VmSizeProperty
- Inheritance
-
VmSizeProperty
Constructors
VmSizeProperty() |
Initializes a new instance of the VmSizeProperty class. |
VmSizeProperty(String, Nullable<Int32>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the VmSizeProperty class. |
Properties
Cores |
Gets or sets the number of cores that the vm size has. |
DataDiskStorageTier |
Gets or sets the data disk storage tier of the vm size. |
Label |
Gets or sets the label of the vm size. |
MaxDataDiskCount |
Gets or sets the max data disk count of the vm size. |
MemoryInMb |
Gets or sets the memory whose unit is MB of the vm size. |
Name |
Gets or sets the vm size name. |
SupportedByVirtualMachines |
Gets or sets this indicates this vm size is supported by virtual machines or not |
SupportedByWebWorkerRoles |
Gets or sets the indicates this vm size is supported by web worker roles or not |
VirtualMachineResourceDiskSizeInMb |
Gets or sets the virtual machine resource disk size whose unit is MB of the vm size. |
WebWorkerResourceDiskSizeInMb |
Gets or sets the web worker resource disk size whose unit is MB of the vm size. |