ArmConfluentModelFactory.ConfluentRegionRecord Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.