Uses of Class
com.azure.resourcemanager.eventhubs.models.EventHubListResult
Packages that use EventHubListResult
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHubListResult in com.azure.resourcemanager.eventhubs.models
Classes in com.azure.resourcemanager.eventhubs.models that implement interfaces with type arguments of type EventHubListResultModifier and TypeClassDescriptionfinal classThe result of the List EventHubs operation.Methods in com.azure.resourcemanager.eventhubs.models that return EventHubListResultModifier and TypeMethodDescriptionstatic EventHubListResultEventHubListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EventHubListResult from the JsonReader.EventHubListResult.withNextLink(String nextLink) Set the nextLink property: Link to the next set of results.EventHubListResult.withValue(List<EventhubInner> value) Set the value property: Result of the List EventHubs operation.