Uses of Class
com.azure.resourcemanager.eventhubs.models.ClusterListResult
Packages that use ClusterListResult
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of ClusterListResult in com.azure.resourcemanager.eventhubs.models
Classes in com.azure.resourcemanager.eventhubs.models that implement interfaces with type arguments of type ClusterListResultModifier and TypeClassDescriptionfinal classThe response of the List Event Hubs Clusters operation.Methods in com.azure.resourcemanager.eventhubs.models that return ClusterListResultModifier and TypeMethodDescriptionstatic ClusterListResultClusterListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterListResult from the JsonReader.ClusterListResult.withNextLink(String nextLink) Set the nextLink property: Link to the next set of results.ClusterListResult.withValue(List<ClusterInner> value) Set the value property: The Event Hubs Clusters present in the List Event Hubs operation results.