다음을 통해 공유


ArmConfluentModelFactory.SCClusterSpecEntity Method

Definition

Initializes a new instance of SCClusterSpecEntity.

public static Azure.ResourceManager.Confluent.Models.SCClusterSpecEntity SCClusterSpecEntity (string name = default, string availability = default, string cloud = default, string zone = default, string region = default, string kafkaBootstrapEndpoint = default, string httpEndpoint = default, string apiEndpoint = default, string configKind = default, Azure.ResourceManager.Confluent.Models.SCClusterNetworkEnvironmentEntity environment = default, Azure.ResourceManager.Confluent.Models.SCClusterNetworkEnvironmentEntity network = default, Azure.ResourceManager.Confluent.Models.SCClusterByokEntity byok = default);
static member SCClusterSpecEntity : string * string * string * string * string * string * string * string * string * Azure.ResourceManager.Confluent.Models.SCClusterNetworkEnvironmentEntity * Azure.ResourceManager.Confluent.Models.SCClusterNetworkEnvironmentEntity * Azure.ResourceManager.Confluent.Models.SCClusterByokEntity -> Azure.ResourceManager.Confluent.Models.SCClusterSpecEntity
Public Shared Function SCClusterSpecEntity (Optional name As String = Nothing, Optional availability As String = Nothing, Optional cloud As String = Nothing, Optional zone As String = Nothing, Optional region As String = Nothing, Optional kafkaBootstrapEndpoint As String = Nothing, Optional httpEndpoint As String = Nothing, Optional apiEndpoint As String = Nothing, Optional configKind As String = Nothing, Optional environment As SCClusterNetworkEnvironmentEntity = Nothing, Optional network As SCClusterNetworkEnvironmentEntity = Nothing, Optional byok As SCClusterByokEntity = Nothing) As SCClusterSpecEntity

Parameters

name
String

The name of the cluster.

availability
String

The availability zone configuration of the cluster.

cloud
String

The cloud service provider.

zone
String

type of zone availability.

region
String

The cloud service provider region.

kafkaBootstrapEndpoint
String

The bootstrap endpoint used by Kafka clients to connect to the cluster.

httpEndpoint
String

The cluster HTTP request URL.

apiEndpoint
String

The Kafka API cluster endpoint.

configKind
String

Specification of the cluster configuration.

environment
SCClusterNetworkEnvironmentEntity

Specification of the cluster environment.

network
SCClusterNetworkEnvironmentEntity

Specification of the cluster network.

byok
SCClusterByokEntity

Specification of the cluster byok.

Returns

A new SCClusterSpecEntity instance for mocking.

Applies to