你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ClusterCreateProperties 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
群集创建参数。
public class ClusterCreateProperties
type ClusterCreateProperties = class
Public Class ClusterCreateProperties
- 继承
-
ClusterCreateProperties
构造函数
属性
ClusterDefinition |
获取或设置群集定义。 |
ClusterVersion |
获取或设置群集的版本。 |
ComputeIsolationProperties |
获取或设置计算隔离属性。 |
ComputeProfile |
获取或设置计算配置文件。 |
DiskEncryptionProperties |
获取或设置磁盘加密属性。 |
EncryptionInTransitProperties |
获取或设置传输中加密属性。 |
KafkaRestProperties |
获取或设置群集 kafka rest 代理配置。 |
MinSupportedTlsVersion |
获取或设置受支持的最低 tls 版本。 |
NetworkProperties |
获取或设置网络属性。 |
OsType |
获取或设置操作系统的类型。 可能的值包括:“Windows”、“Linux” |
PrivateLinkConfigurations |
获取或设置专用链接配置。 |
SecurityProfile |
获取或设置安全配置文件。 |
StorageProfile |
获取或设置存储配置文件。 |
Tier |
获取或设置群集层。 可能的值包括:“Standard”、“Premium” |