Uses of Class
com.azure.resourcemanager.compute.models.DedicatedHostInstanceView
-
Packages that use DedicatedHostInstanceView Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DedicatedHostInstanceView in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DedicatedHostInstanceView Modifier and Type Method Description DedicatedHostInstanceViewDedicatedHostInner. instanceView()Get the instanceView property: The dedicated host instance view.DedicatedHostInstanceViewDedicatedHostProperties. instanceView()Get the instanceView property: The dedicated host instance view. -
Uses of DedicatedHostInstanceView in com.azure.resourcemanager.compute.models
Subclasses of DedicatedHostInstanceView in com.azure.resourcemanager.compute.models Modifier and Type Class Description classDedicatedHostInstanceViewWithNameThe instance view of a dedicated host that includes the name of the dedicated host.Methods in com.azure.resourcemanager.compute.models that return DedicatedHostInstanceView Modifier and Type Method Description DedicatedHostInstanceViewDedicatedHostUpdate. instanceView()Get the instanceView property: The dedicated host instance view.DedicatedHostInstanceViewDedicatedHostInstanceView. withAvailableCapacity(DedicatedHostAvailableCapacity availableCapacity)Set the availableCapacity property: Unutilized capacity of the dedicated host.DedicatedHostInstanceViewDedicatedHostInstanceView. withStatuses(List<InstanceViewStatus> statuses)Set the statuses property: The resource status information.
-