Skip to main content

clusters_available_cluster_regions

Creates, updates, deletes, gets or lists a clusters_available_cluster_regions resource.

Overview

Nameclusters_available_cluster_regions
TypeResource
Idazure.event_hubs.clusters_available_cluster_regions

Fields

NameDatatypeDescription
locationstringLocation fo the Available Cluster

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdList the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region.

SELECT examples

List the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region.

SELECT
location
FROM azure.event_hubs.clusters_available_cluster_regions
WHERE subscriptionId = '{{ subscriptionId }}';