IVirtualMachineSize Interface

Definition

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.

Applies to