clusters_available_cluster_regions
Creates, updates, deletes, gets or lists a clusters_available_cluster_regions
resource.
Overview
Name | clusters_available_cluster_regions |
Type | Resource |
Id | azure.event_hubs.clusters_available_cluster_regions |
Fields
Name | Datatype | Description |
---|---|---|
location | string | Location fo the Available Cluster |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | List 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 }}';