DedicatedHostAllocatableVM Class

Definition

Represents the dedicated host unutilized capacity in terms of a specific VM size.

public class DedicatedHostAllocatableVM
type DedicatedHostAllocatableVM = class
Public Class DedicatedHostAllocatableVM
Inheritance
DedicatedHostAllocatableVM

Constructors

DedicatedHostAllocatableVM()

Initializes a new instance of the DedicatedHostAllocatableVM class.

DedicatedHostAllocatableVM(String, Nullable<Double>)

Initializes a new instance of the DedicatedHostAllocatableVM class.

Properties

Count

Gets or sets maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.

VmSize

Gets or sets VM size in terms of which the unutilized capacity is represented.

Applies to