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