Uses of Class
com.azure.resourcemanager.compute.models.DedicatedHostAvailableCapacity
Packages that use DedicatedHostAvailableCapacity
Package
Description
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 DedicatedHostAvailableCapacityModifier and TypeMethodDescriptionDedicatedHostInstanceView.availableCapacity()Get the availableCapacity property: Unutilized capacity of the dedicated host.DedicatedHostAvailableCapacity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DedicatedHostAvailableCapacity from the JsonReader.DedicatedHostAvailableCapacity.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 DedicatedHostAvailableCapacityModifier and TypeMethodDescriptionDedicatedHostInstanceView.withAvailableCapacity(DedicatedHostAvailableCapacity availableCapacity) Set the availableCapacity property: Unutilized capacity of the dedicated host.DedicatedHostInstanceViewWithName.withAvailableCapacity(DedicatedHostAvailableCapacity availableCapacity) Set the availableCapacity property: Unutilized capacity of the dedicated host.