다음을 통해 공유


ArmConfluentModelFactory.SchemaRegistryClusterRecord Method

Definition

Initializes a new instance of SchemaRegistryClusterRecord.

public static Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterRecord SchemaRegistryClusterRecord (string kind = default, string id = default, Azure.ResourceManager.Confluent.Models.SCMetadataEntity metadata = default, Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterSpecEntity spec = default, string statusPhase = default);
static member SchemaRegistryClusterRecord : string * string * Azure.ResourceManager.Confluent.Models.SCMetadataEntity * Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterSpecEntity * string -> Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterRecord
Public Shared Function SchemaRegistryClusterRecord (Optional kind As String = Nothing, Optional id As String = Nothing, Optional metadata As SCMetadataEntity = Nothing, Optional spec As SchemaRegistryClusterSpecEntity = Nothing, Optional statusPhase As String = Nothing) As SchemaRegistryClusterRecord

Parameters

kind
String

Kind of the cluster.

id
String

Id of the cluster.

metadata
SCMetadataEntity

Metadata of the record.

spec
SchemaRegistryClusterSpecEntity

Specification of the schema registry cluster.

statusPhase
String

Specification of the cluster status.

Returns

A new SchemaRegistryClusterRecord instance for mocking.

Applies to