ArmConfluentModelFactory.SchemaRegistryClusterRecord 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 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.
Specification of the schema registry cluster.
- statusPhase
- String
Specification of the cluster status.
Returns
A new SchemaRegistryClusterRecord instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET