Uses of Class
com.microsoft.azure.management.compute.DedicatedHostAvailableCapacity
Packages that use DedicatedHostAvailableCapacity
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of DedicatedHostAvailableCapacity in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return DedicatedHostAvailableCapacityModifier and TypeMethodDescriptionDedicatedHostInstanceView.availableCapacity()
Get unutilized capacity of the dedicated host.DedicatedHostAvailableCapacity.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.Methods in com.microsoft.azure.management.compute with parameters of type DedicatedHostAvailableCapacityModifier and TypeMethodDescriptionDedicatedHostInstanceView.withAvailableCapacity
(DedicatedHostAvailableCapacity availableCapacity) Set unutilized capacity of the dedicated host.