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
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return AvailableClustersListInnerModifier and TypeMethodDescriptionAvailableClustersListInner.withValue(List<AvailableCluster> value) Set the value property: The count of readily available and pre-provisioned Event Hubs Clusters per region.