Uses of Class
com.microsoft.azure.management.compute.DedicatedHostAllocatableVM
Packages that use DedicatedHostAllocatableVM
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of DedicatedHostAllocatableVM in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return DedicatedHostAllocatableVMModifier 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.Methods in com.microsoft.azure.management.compute that return types with arguments of type DedicatedHostAllocatableVMModifier 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.Method parameters in com.microsoft.azure.management.compute with type arguments of type DedicatedHostAllocatableVMModifier 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.