Skip to main content

organization_schema_registry_cluster_by_ids

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

Overview

Nameorganization_schema_registry_cluster_by_ids
TypeResource
Idazure_isv.confluent.organization_schema_registry_cluster_by_ids

Fields

NameDatatypeDescription
idtextId of the cluster
clusterIdtextfield from the properties object
environmentIdtextfield from the properties object
kindtextKind of the cluster
metadatatextfield from the properties object
organizationNametextfield from the properties object
resourceGroupNametextfield from the properties object
spectextfield from the properties object
statustextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTclusterId, environmentId, organizationName, resourceGroupName, subscriptionId

SELECT examples

SELECT
id,
clusterId,
environmentId,
kind,
metadata,
organizationName,
resourceGroupName,
spec,
status,
subscriptionId
FROM azure_isv.confluent.vw_organization_schema_registry_cluster_by_ids
WHERE clusterId = '{{ clusterId }}'
AND environmentId = '{{ environmentId }}'
AND organizationName = '{{ organizationName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';