Uses of Class
com.azure.resourcemanager.compute.models.DedicatedHostInstanceView
Packages that use DedicatedHostInstanceView
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 DedicatedHostInstanceViewModifier and TypeMethodDescriptionDedicatedHostInner.instanceView()Get the instanceView property: The dedicated host instance view.DedicatedHostProperties.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.modelsModifier and TypeClassDescriptionfinal classThe instance view of a dedicated host that includes the name of the dedicated host.Methods in com.azure.resourcemanager.compute.models that return DedicatedHostInstanceViewModifier and TypeMethodDescriptionstatic DedicatedHostInstanceViewDedicatedHostInstanceView.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DedicatedHostInstanceView from the JsonReader.DedicatedHostUpdate.instanceView()Get the instanceView property: The dedicated host instance view.DedicatedHostInstanceView.withAvailableCapacity(DedicatedHostAvailableCapacity availableCapacity) Set the availableCapacity property: Unutilized capacity of the dedicated host.DedicatedHostInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.