ClusterCreateProperties Class

Definition

The cluster create parameters.

public class ClusterCreateProperties
type ClusterCreateProperties = class
Public Class ClusterCreateProperties
Inheritance
ClusterCreateProperties

Constructors

ClusterCreateProperties()

Initializes a new instance of the ClusterCreateProperties class.

ClusterCreateProperties(String, String, String, ClusterDefinition, KafkaRestProperties, SecurityProfile, ComputeProfile, StorageProfile, DiskEncryptionProperties, EncryptionInTransitProperties, String, NetworkProperties, ComputeIsolationProperties, IList<PrivateLinkConfiguration>)

Initializes a new instance of the ClusterCreateProperties class.

Properties

ClusterDefinition

Gets or sets the cluster definition.

ClusterVersion

Gets or sets the version of the cluster.

ComputeIsolationProperties

Gets or sets the compute isolation properties.

ComputeProfile

Gets or sets the compute profile.

DiskEncryptionProperties

Gets or sets the disk encryption properties.

EncryptionInTransitProperties

Gets or sets the encryption-in-transit properties.

KafkaRestProperties

Gets or sets the cluster kafka rest proxy configuration.

MinSupportedTlsVersion

Gets or sets the minimal supported tls version.

NetworkProperties

Gets or sets the network properties.

OsType

Gets or sets the type of operating system. Possible values include: 'Windows', 'Linux'

PrivateLinkConfigurations

Gets or sets the private link configurations.

SecurityProfile

Gets or sets the security profile.

StorageProfile

Gets or sets the storage profile.

Tier

Gets or sets the cluster tier. Possible values include: 'Standard', 'Premium'

Applies to