Skip to main content

organization_regions

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

Overview

Nameorganization_regions
TypeResource
Idazure_isv.confluent.organization_regions

Fields

NameDatatypeDescription
dataarrayList of regions supported by confluent

Methods

NameAccessible byRequired ParamsDescription
listSELECTorganizationName, resourceGroupName, subscriptionId

SELECT examples

SELECT
data
FROM azure_isv.confluent.organization_regions
WHERE organizationName = '{{ organizationName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';