Condividi tramite


SCEnvironmentRecordResource.GetSchemaRegistryCluster Method

Definition

Get schema registry cluster by Id

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/schemaRegistryClusters/{clusterId}.
  • Operation Id. : SCEnvironmentRecordCluster_GetSchemaRegistryClusterById.
  • Default Api Version. : 2025-08-18-preview.
  • Resource. : SCEnvironmentRecordResource.
public virtual Azure.Response<Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterRecord> GetSchemaRegistryCluster(string clusterId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSchemaRegistryCluster : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterRecord>
override this.GetSchemaRegistryCluster : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterRecord>
Public Overridable Function GetSchemaRegistryCluster (clusterId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SchemaRegistryClusterRecord)

Parameters

clusterId
String

Confluent connector name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

clusterId is null.

clusterId is an empty string, and was expected to be non-empty.

Applies to