你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClusterCreateProperties 类

定义

群集创建参数。

public class ClusterCreateProperties
type ClusterCreateProperties = class
Public Class ClusterCreateProperties
继承
ClusterCreateProperties

构造函数

ClusterCreateProperties()

初始化 ClusterCreateProperties 类的新实例。

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

初始化 ClusterCreateProperties 类的新实例。

属性

ClusterDefinition

获取或设置群集定义。

ClusterVersion

获取或设置群集的版本。

ComputeIsolationProperties

获取或设置计算隔离属性。

ComputeProfile

获取或设置计算配置文件。

DiskEncryptionProperties

获取或设置磁盘加密属性。

EncryptionInTransitProperties

获取或设置传输中加密属性。

KafkaRestProperties

获取或设置群集 kafka rest 代理配置。

MinSupportedTlsVersion

获取或设置受支持的最低 tls 版本。

NetworkProperties

获取或设置网络属性。

OsType

获取或设置操作系统的类型。 可能的值包括:“Windows”、“Linux”

PrivateLinkConfigurations

获取或设置专用链接配置。

SecurityProfile

获取或设置安全配置文件。

StorageProfile

获取或设置存储配置文件。

Tier

获取或设置群集层。 可能的值包括:“Standard”、“Premium”

适用于