Skip to main content

organization_clusters

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

Overview

Nameorganization_clusters
TypeResource
Idazure_isv.confluent.organization_clusters

Fields

NameDatatypeDescription
idstringId of the cluster
namestringDisplay name of the cluster
kindstringType of cluster
propertiesobjectCluster Properties

Methods

NameAccessible byRequired ParamsDescription
listSELECTenvironmentId, organizationName, resourceGroupName, subscriptionId

SELECT examples

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