Skip to main content

organization_environments

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

Overview

Nameorganization_environments
TypeResource
Idazure_isv.confluent.organization_environments

Fields

NameDatatypeDescription
idstringId of the environment
namestringDisplay name of the environment
kindstringType of environment
propertiesobjectEnvironment resource property

Methods

NameAccessible byRequired ParamsDescription
listSELECTorganizationName, resourceGroupName, subscriptionId

SELECT examples

SELECT
id,
name,
kind,
properties
FROM azure_isv.confluent.organization_environments
WHERE organizationName = '{{ organizationName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';