Package version:

Interface DedicatedHostAllocatableVM

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

interface DedicatedHostAllocatableVM {
    count?: number;
    vmSize?: string;
}

Properties

Properties

count?: number

Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.

vmSize?: string

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