Uses of Class
com.azure.resourcemanager.compute.models.DedicatedHostGroupListResult
Packages that use DedicatedHostGroupListResult
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DedicatedHostGroupListResult in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type DedicatedHostGroupListResultModifier and TypeClassDescriptionfinal classThe List Dedicated Host Group with resource group response.Methods in com.azure.resourcemanager.compute.models that return DedicatedHostGroupListResultModifier and TypeMethodDescriptionstatic DedicatedHostGroupListResultDedicatedHostGroupListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DedicatedHostGroupListResult from the JsonReader.DedicatedHostGroupListResult.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of Dedicated Host Groups.DedicatedHostGroupListResult.withValue(List<DedicatedHostGroupInner> value) Set the value property: The list of dedicated host groups.