Share via


PSVirtualMachineSize Class

Definition

public class PSVirtualMachineSize
public class PSVirtualMachineSize : Microsoft.Azure.Management.Compute.Models.VirtualMachineSize
type PSVirtualMachineSize = class
type PSVirtualMachineSize = class
    inherit VirtualMachineSize
Public Class PSVirtualMachineSize
Public Class PSVirtualMachineSize
Inherits VirtualMachineSize
Inheritance
PSVirtualMachineSize
Inheritance
PSVirtualMachineSize

Constructors

PSVirtualMachineSize()

Properties

MaxDataDiskCount
MaxDataDiskCount

Gets or sets the maximum number of data disks that can be attached to the virtual machine size.

(Inherited from VirtualMachineSize)
MemoryInMB
MemoryInMB

Gets or sets the amount of memory, in MB, supported by the virtual machine size.

(Inherited from VirtualMachineSize)
Name
Name

Gets or sets the name of the virtual machine size.

(Inherited from VirtualMachineSize)
NumberOfCores
NumberOfCores

Gets or sets the number of cores supported by the virtual machine size. For Constrained vCPU capable VM sizes, this number represents the total vCPUs of quota that the VM uses. For accurate vCPU count, please refer to https://docs.microsoft.com/azure/virtual-machines/constrained-vcpu or https://docs.microsoft.com/rest/api/compute/resourceskus/list

(Inherited from VirtualMachineSize)
OsDiskSizeInMB
OsDiskSizeInMB

Gets or sets the OS disk size, in MB, allowed by the virtual machine size.

(Inherited from VirtualMachineSize)
ResourceDiskSizeInMB
ResourceDiskSizeInMB

Gets or sets the resource disk size, in MB, allowed by the virtual machine size.

(Inherited from VirtualMachineSize)

Applies to