Uses of Class
com.azure.resourcemanager.compute.models.DedicatedHostInstanceViewWithName
-
Packages that use DedicatedHostInstanceViewWithName Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DedicatedHostInstanceViewWithName in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DedicatedHostInstanceViewWithName Modifier and Type Method Description DedicatedHostInstanceViewWithNameDedicatedHostInstanceViewWithName. withAvailableCapacity(DedicatedHostAvailableCapacity availableCapacity)Set the availableCapacity property: Unutilized capacity of the dedicated host.DedicatedHostInstanceViewWithNameDedicatedHostInstanceViewWithName. withStatuses(List<InstanceViewStatus> statuses)Set the statuses property: The resource status information.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DedicatedHostInstanceViewWithName Modifier and Type Method Description List<DedicatedHostInstanceViewWithName>DedicatedHostGroupInstanceView. hosts()Get the hosts property: List of instance view of the dedicated hosts under the dedicated host group.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type DedicatedHostInstanceViewWithName Modifier and Type Method Description DedicatedHostGroupInstanceViewDedicatedHostGroupInstanceView. withHosts(List<DedicatedHostInstanceViewWithName> hosts)Set the hosts property: List of instance view of the dedicated hosts under the dedicated host group.
-