共用方式為


ArmConfluentModelFactory.ConfluentRegionRecord Method

Definition

Initializes a new instance of ConfluentRegionRecord.

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

Parameters

kind
String

Kind of the cluster.

id
String

Id of the cluster.

metadata
SCMetadataEntity

Metadata of the record.

spec
RegionSpecEntity

Specification of the region.

Returns

A new ConfluentRegionRecord instance for mocking.

Applies to