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
The following fields are returned by SELECT
queries:
- list
Available clusters listed successfully.
Name | Datatype | Description |
---|---|---|
location | string | Location fo the Available Cluster |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | subscriptionId | List 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.
Name | Datatype | Description |
---|---|---|
subscriptionId | string | Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
SELECT
examples
- list
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
;