Uses of Class
com.azure.resourcemanager.compute.models.DedicatedHostAllocatableVM
Packages that use DedicatedHostAllocatableVM
Package
Description
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 DedicatedHostAllocatableVMModifier and TypeMethodDescriptionstatic DedicatedHostAllocatableVMDedicatedHostAllocatableVM.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DedicatedHostAllocatableVM from the JsonReader.Set the count property: Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.DedicatedHostAllocatableVM.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 DedicatedHostAllocatableVMModifier and TypeMethodDescriptionDedicatedHostAvailableCapacity.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 DedicatedHostAllocatableVMModifier and TypeMethodDescriptionDedicatedHostAvailableCapacity.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.