Uses of Class
com.microsoft.azure.management.compute.DedicatedHostAllocatableVM
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of DedicatedHostAllocatableVM in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionSet maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.DedicatedHostAllocatableVM.withVmSize
(String vmSize) Set vM size in terms of which the unutilized capacity is represented.Modifier and TypeMethodDescriptionDedicatedHostAvailableCapacity.allocatableVMs()
Get the unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host.Modifier and TypeMethodDescriptionDedicatedHostAvailableCapacity.withAllocatableVMs
(List<DedicatedHostAllocatableVM> allocatableVMs) Set the unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host.