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

The following fields are returned by SELECT queries:

Available clusters listed successfully.

NameDatatypeDescription
locationstringLocation fo the Available Cluster

Methods

The following methods are available for this resource:

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

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscriptionIdstringSubscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

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 }}' -- required
;