Delen via


ArmConfluentModelFactory.SchemaRegistryClusterSpecEntity Method

Definition

Initializes a new instance of SchemaRegistryClusterSpecEntity.

public static Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterSpecEntity SchemaRegistryClusterSpecEntity (string name = default, string httpEndpoint = default, string package = default, Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterEnvironmentRegionEntity region = default, Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterEnvironmentRegionEntity environment = default, string cloud = default);
static member SchemaRegistryClusterSpecEntity : string * string * string * Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterEnvironmentRegionEntity * Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterEnvironmentRegionEntity * string -> Azure.ResourceManager.Confluent.Models.SchemaRegistryClusterSpecEntity
Public Shared Function SchemaRegistryClusterSpecEntity (Optional name As String = Nothing, Optional httpEndpoint As String = Nothing, Optional package As String = Nothing, Optional region As SchemaRegistryClusterEnvironmentRegionEntity = Nothing, Optional environment As SchemaRegistryClusterEnvironmentRegionEntity = Nothing, Optional cloud As String = Nothing) As SchemaRegistryClusterSpecEntity

Parameters

name
String

Name of the schema registry cluster.

httpEndpoint
String

Http endpoint of the cluster.

package
String

Type of the cluster package Advanced, essentials.

region
SchemaRegistryClusterEnvironmentRegionEntity

Region details of the schema registry cluster.

environment
SchemaRegistryClusterEnvironmentRegionEntity

Environment details of the schema registry cluster.

cloud
String

The cloud service provider.

Returns

A new SchemaRegistryClusterSpecEntity instance for mocking.

Applies to