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