Uses of Class
com.azure.resourcemanager.compute.models.DedicatedHostGroupInstanceView
Packages that use DedicatedHostGroupInstanceView
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of DedicatedHostGroupInstanceView in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DedicatedHostGroupInstanceViewModifier and TypeMethodDescriptionDedicatedHostGroupInner.instanceView()Get the instanceView property: The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.DedicatedHostGroupProperties.instanceView()Get the instanceView property: The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group. -
Uses of DedicatedHostGroupInstanceView in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type DedicatedHostGroupInstanceViewModifier and TypeClassDescriptionfinal classThe DedicatedHostGroupInstanceView model.Methods in com.azure.resourcemanager.compute.models that return DedicatedHostGroupInstanceViewModifier and TypeMethodDescriptionDedicatedHostGroupInstanceView.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DedicatedHostGroupInstanceView from the JsonReader.DedicatedHostGroupUpdate.instanceView()Get the instanceView property: The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.DedicatedHostGroupInstanceView.withHosts(List<DedicatedHostInstanceViewWithName> hosts) Set the hosts property: List of instance view of the dedicated hosts under the dedicated host group.