你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ClusterProfile 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
群集配置文件。
public class ClusterProfile
type ClusterProfile = class
Public Class ClusterProfile
- 继承
-
ClusterProfile
构造函数
ClusterProfile(String, String, HDInsightIdentityProfile, AuthorizationProfile) |
初始化 ClusterProfile 的新实例。 |
属性
AuthorizationProfile |
授权配置文件,其中包含授权访问数据平面的 AAD 用户 ID 和组 ID 的详细信息。 |
AutoscaleProfile |
这是群集的自动缩放配置文件。 这将允许客户创建启用了自动缩放的群集。 |
ClusterVersion |
包含 3/4 部分的版本。 |
Components |
此群集类型和版本的组件列表。 |
ConnectivityProfile |
群集连接配置文件。 |
FlinkProfile |
Flink 群集配置文件。 |
IdentityProfile |
包含 MSI 详细信息的标识配置文件。 |
IsEnabled |
是否为群集启用 Prometheus。 |
KafkaProfile |
Kafka 群集配置文件。 若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)。 若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)。 示例:
|
LlapProfile |
LLAP 群集配置文件。 若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)。 若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)。 示例:
|
LogAnalyticsProfile |
群集日志分析配置文件,用于启用或禁用群集的 OMS 代理。 |
OssVersion |
包含三个部分的版本。 |
ScriptActionProfiles |
脚本操作配置文件列表。 |
SecretsProfile |
群集机密配置文件。 |
ServiceConfigsProfiles |
服务配置文件。 |
SparkProfile |
spark 群集配置文件。 |
SshProfile |
群集的 Ssh 配置文件。 |
StubProfile |
存根群集配置文件。 若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)。 若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)。 示例:
|
TrinoProfile |
Trino 群集配置文件。 |