Uses of Class
com.azure.resourcemanager.compute.models.DedicatedHostAllocatableVM
-
Packages that use DedicatedHostAllocatableVM Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DedicatedHostAllocatableVM in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DedicatedHostAllocatableVM Modifier and Type Method Description DedicatedHostAllocatableVMDedicatedHostAllocatableVM. withCount(Double count)Set the count property: Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.DedicatedHostAllocatableVMDedicatedHostAllocatableVM. withVmSize(String vmSize)Set the vmSize property: VM size in terms of which the unutilized capacity is represented.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DedicatedHostAllocatableVM Modifier and Type Method Description List<DedicatedHostAllocatableVM>DedicatedHostAvailableCapacity. allocatableVMs()Get 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.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type DedicatedHostAllocatableVM Modifier and Type Method Description 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.
-