organization_environments
Creates, updates, deletes, gets or lists a organization_environments
resource.
Overview
Name | organization_environments |
Type | Resource |
Id | azure_isv.confluent.organization_environments |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Id of the environment |
name | string | Display name of the environment |
kind | string | Type of environment |
properties | object | Environment resource property |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | organizationName, resourceGroupName, subscriptionId |
SELECT
examples
SELECT
id,
name,
kind,
properties
FROM azure_isv.confluent.organization_environments
WHERE organizationName = '{{ organizationName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';