Uses of Class
com.azure.resourcemanager.compute.models.DedicatedHostAvailableCapacity
-
Packages that use DedicatedHostAvailableCapacity Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DedicatedHostAvailableCapacity in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DedicatedHostAvailableCapacity Modifier and Type Method Description DedicatedHostAvailableCapacityDedicatedHostInstanceView. availableCapacity()Get the availableCapacity property: Unutilized capacity of the dedicated host.DedicatedHostAvailableCapacityDedicatedHostAvailableCapacity. withAllocatableVMs(List<DedicatedHostAllocatableVM> allocatableVMs)Set the allocatableVMs property: 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.azure.resourcemanager.compute.models with parameters of type DedicatedHostAvailableCapacity Modifier and Type Method Description DedicatedHostInstanceViewDedicatedHostInstanceView. withAvailableCapacity(DedicatedHostAvailableCapacity availableCapacity)Set the availableCapacity property: Unutilized capacity of the dedicated host.DedicatedHostInstanceViewWithNameDedicatedHostInstanceViewWithName. withAvailableCapacity(DedicatedHostAvailableCapacity availableCapacity)Set the availableCapacity property: Unutilized capacity of the dedicated host.
-