Share via


ConfluentOrganizationResource.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: Organization_GetSchemaRegistryClusterById
  • Default Api Version: 2024-02-13
  • Resource: ConfluentOrganizationResource
public virtual Azure.Response<Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterRecord> GetSchemaRegistryCluster (string environmentId, string clusterId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSchemaRegistryCluster : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterRecord>
override this.GetSchemaRegistryCluster : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterRecord>
Public Overridable Function GetSchemaRegistryCluster (environmentId As String, clusterId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SchemaRegistryClusterRecord)

Parameters

environmentId
String

Confluent environment id.

clusterId
String

Confluent kafka or schema registry cluster id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

environmentId or clusterId is null.

Applies to