PSVirtualMachineSize 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.
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
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) |