IVirtualMachineSize Interface
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.
A type representing virtual machine size available for a subscription in a region.
public interface IVirtualMachineSize : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName
type IVirtualMachineSize = interface
interface IHasName
Public Interface IVirtualMachineSize
Implements IHasName
- Implements
Properties
MaxDataDiskCount |
Gets the maximum number of data disks allowed by a VM size. |
MemoryInMB |
Gets the memory size supported by the VM size. |
Name |
Gets the name of the resource (Inherited from IHasName) |
NumberOfCores |
Gets the number of cores supported by the VM size. |
OSDiskSizeInMB |
Gets the OS disk size allowed by the VM size. |
ResourceDiskSizeInMB |
Gets the resource disk size allowed by the VM size. |