ArmConfluentModelFactory.SCClusterRecord Method

Definition

Initializes a new instance of SCClusterRecord.

public static Azure.ResourceManager.Confluent.Models.SCClusterRecord SCClusterRecord (string kind = default, string id = default, string name = default, Azure.ResourceManager.Confluent.Models.SCMetadataEntity metadata = default, Azure.ResourceManager.Confluent.Models.SCClusterSpecEntity spec = default, Azure.ResourceManager.Confluent.Models.ClusterStatusEntity status = default);
static member SCClusterRecord : string * string * string * Azure.ResourceManager.Confluent.Models.SCMetadataEntity * Azure.ResourceManager.Confluent.Models.SCClusterSpecEntity * Azure.ResourceManager.Confluent.Models.ClusterStatusEntity -> Azure.ResourceManager.Confluent.Models.SCClusterRecord
Public Shared Function SCClusterRecord (Optional kind As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional metadata As SCMetadataEntity = Nothing, Optional spec As SCClusterSpecEntity = Nothing, Optional status As ClusterStatusEntity = Nothing) As SCClusterRecord

Parameters

kind
String

Type of cluster.

id
String

Id of the cluster.

name
String

Display name of the cluster.

metadata
SCMetadataEntity

Metadata of the record.

spec
SCClusterSpecEntity

Specification of the cluster.

status
ClusterStatusEntity

Specification of the cluster status.

Returns

A new SCClusterRecord instance for mocking.

Applies to