organization_regions
Creates, updates, deletes, gets or lists a organization_regions
resource.
Overview
Name | organization_regions |
Type | Resource |
Id | azure_isv.confluent.organization_regions |
Fields
Name | Datatype | Description |
---|---|---|
data | array | List of regions supported by confluent |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | organizationName, resourceGroupName, subscriptionId |
SELECT
examples
SELECT
data
FROM azure_isv.confluent.organization_regions
WHERE organizationName = '{{ organizationName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';