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