ArmConfluentModelFactory.ClusterSpecEntity 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 ClusterSpecEntity.
public static Azure.ResourceManager.Confluent.Models.ClusterSpecEntity ClusterSpecEntity (string displayName = 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.ClusterEnvironmentEntity environment = default, Azure.ResourceManager.Confluent.Models.ClusterNetworkEntity network = default, Azure.ResourceManager.Confluent.Models.ClusterByokEntity byok = default);
static member ClusterSpecEntity : string * string * string * string * string * string * string * string * string * Azure.ResourceManager.Confluent.Models.ClusterEnvironmentEntity * Azure.ResourceManager.Confluent.Models.ClusterNetworkEntity * Azure.ResourceManager.Confluent.Models.ClusterByokEntity -> Azure.ResourceManager.Confluent.Models.ClusterSpecEntity
Public Shared Function ClusterSpecEntity (Optional displayName 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 ClusterEnvironmentEntity = Nothing, Optional network As ClusterNetworkEntity = Nothing, Optional byok As ClusterByokEntity = Nothing) As ClusterSpecEntity
Parameters
- displayName
- 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.
- environment
- ClusterEnvironmentEntity
Specification of the cluster.
- network
- ClusterNetworkEntity
Specification of the cluster.
- byok
- ClusterByokEntity
Specification of the cluster.
Returns
A new ClusterSpecEntity instance for mocking.
Applies to
Azure SDK for .NET