Uses of Class
com.azure.resourcemanager.compute.models.DedicatedHostInstanceViewWithName
Packages that use DedicatedHostInstanceViewWithName
Package
Description
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 DedicatedHostInstanceViewWithNameModifier and TypeMethodDescriptionDedicatedHostInstanceViewWithName.withAvailableCapacity(DedicatedHostAvailableCapacity availableCapacity) Set the availableCapacity property: Unutilized capacity of the dedicated host.DedicatedHostInstanceViewWithName.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 DedicatedHostInstanceViewWithNameModifier and TypeMethodDescriptionDedicatedHostGroupInstanceView.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 DedicatedHostInstanceViewWithNameModifier and TypeMethodDescriptionDedicatedHostGroupInstanceView.withHosts(List<DedicatedHostInstanceViewWithName> hosts) Set the hosts property: List of instance view of the dedicated hosts under the dedicated host group.