Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.AvailableClustersListInner
Packages that use AvailableClustersListInner
Package
Description
Package containing the service clients for EventHubManagementClient.
Package containing the inner data models for EventHubManagementClient.
-
Uses of AvailableClustersListInner in com.azure.resourcemanager.eventhubs.fluent
Methods in com.azure.resourcemanager.eventhubs.fluent that return AvailableClustersListInnerModifier and TypeMethodDescriptionClustersClient.listAvailableClusterRegion()List the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region.Methods in com.azure.resourcemanager.eventhubs.fluent that return types with arguments of type AvailableClustersListInnerModifier and TypeMethodDescriptionClustersClient.listAvailableClusterRegionAsync()List the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region.com.azure.core.http.rest.Response<AvailableClustersListInner> ClustersClient.listAvailableClusterRegionWithResponse(com.azure.core.util.Context context) List the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region.Mono<com.azure.core.http.rest.Response<AvailableClustersListInner>> ClustersClient.listAvailableClusterRegionWithResponseAsync()List the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region. -
Uses of AvailableClustersListInner in com.azure.resourcemanager.eventhubs.fluent.models
Classes in com.azure.resourcemanager.eventhubs.fluent.models that implement interfaces with type arguments of type AvailableClustersListInnerModifier and TypeClassDescriptionfinal classThe response of the List Available Clusters operation.Methods in com.azure.resourcemanager.eventhubs.fluent.models that return AvailableClustersListInnerModifier and TypeMethodDescriptionstatic AvailableClustersListInnerAvailableClustersListInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AvailableClustersListInner from the JsonReader.AvailableClustersListInner.withValue(List<AvailableCluster> value) Set the value property: The count of readily available and pre-provisioned Event Hubs Clusters per region.