Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.EHNamespaceIdListResultInner
Packages that use EHNamespaceIdListResultInner
Package
Description
Package containing the service clients for EventHubManagementClient.
Package containing the inner data models for EventHubManagementClient.
-
Uses of EHNamespaceIdListResultInner in com.azure.resourcemanager.eventhubs.fluent
Methods in com.azure.resourcemanager.eventhubs.fluent that return EHNamespaceIdListResultInnerModifier and TypeMethodDescriptionClustersClient.listNamespaces(String resourceGroupName, String clusterName) List all Event Hubs Namespace IDs in an Event Hubs Dedicated Cluster.Methods in com.azure.resourcemanager.eventhubs.fluent that return types with arguments of type EHNamespaceIdListResultInnerModifier and TypeMethodDescriptionClustersClient.listNamespacesAsync(String resourceGroupName, String clusterName) List all Event Hubs Namespace IDs in an Event Hubs Dedicated Cluster.com.azure.core.http.rest.Response<EHNamespaceIdListResultInner> ClustersClient.listNamespacesWithResponse(String resourceGroupName, String clusterName, com.azure.core.util.Context context) List all Event Hubs Namespace IDs in an Event Hubs Dedicated Cluster.Mono<com.azure.core.http.rest.Response<EHNamespaceIdListResultInner>> ClustersClient.listNamespacesWithResponseAsync(String resourceGroupName, String clusterName) List all Event Hubs Namespace IDs in an Event Hubs Dedicated Cluster. -
Uses of EHNamespaceIdListResultInner in com.azure.resourcemanager.eventhubs.fluent.models
Classes in com.azure.resourcemanager.eventhubs.fluent.models that implement interfaces with type arguments of type EHNamespaceIdListResultInnerModifier and TypeClassDescriptionfinal classThe response of the List Namespace IDs operation.Methods in com.azure.resourcemanager.eventhubs.fluent.models that return EHNamespaceIdListResultInnerModifier and TypeMethodDescriptionstatic EHNamespaceIdListResultInnerEHNamespaceIdListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EHNamespaceIdListResultInner from the JsonReader.EHNamespaceIdListResultInner.withValue(List<EHNamespaceIdContainer> value) Set the value property: Result of the List Namespace IDs operation.