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

ClusterGetProperties 类

群集的属性。

变量仅由服务器填充,发送请求时将被忽略。

必须填充所有必需的参数才能发送到 Azure。

继承
ClusterGetProperties

构造函数

ClusterGetProperties(*, cluster_definition: ClusterDefinition, cluster_version: str | None = None, cluster_hdp_version: str | None = None, os_type: str | OSType | None = None, tier: str | Tier | None = None, cluster_id: str | None = None, kafka_rest_properties: KafkaRestProperties | None = None, security_profile: SecurityProfile | None = None, compute_profile: ComputeProfile | None = None, provisioning_state: str | HDInsightClusterProvisioningState | None = None, created_date: str | None = None, cluster_state: str | None = None, quota_info: QuotaInfo | None = None, errors: List[Errors] | None = None, connectivity_endpoints: List[ConnectivityEndpoint] | None = None, disk_encryption_properties: DiskEncryptionProperties | None = None, encryption_in_transit_properties: EncryptionInTransitProperties | None = None, storage_profile: StorageProfile | None = None, min_supported_tls_version: str | None = None, excluded_services_config: ExcludedServicesConfig | None = None, network_properties: NetworkProperties | None = None, compute_isolation_properties: ComputeIsolationProperties | None = None, private_link_configurations: List[PrivateLinkConfiguration] | None = None, **kwargs)

参数

cluster_version
str
必需

群集的版本。

cluster_hdp_version
str
必需

群集的 hdp 版本。

os_type
strOSType
必需

操作系统的类型。 可能的值包括:“Windows”、“Linux”。

tier
strTier
必需

群集层。 可能的值包括:“Standard”、“Premium”。

cluster_id
str
必需

群集 ID。

cluster_definition
ClusterDefinition
必需

必需。 群集定义。

kafka_rest_properties
KafkaRestProperties
必需

群集 kafka rest 代理配置。

security_profile
SecurityProfile
必需

安全配置文件。

compute_profile
ComputeProfile
必需

计算配置文件。

provisioning_state
strHDInsightClusterProvisioningState
必需

预配状态,仅显示在响应中。 可能的值包括:“InProgress”、“Failed”、“Succeeded”、“Canceled”、“Deleting”。

created_date
str
必需

群集的创建日期。

cluster_state
str
必需

群集的状态。

quota_info
QuotaInfo
必需

配额信息。

errors
list[Errors]
必需

错误列表。

connectivity_endpoints
list[ConnectivityEndpoint]
必需

连接终结点的列表。

disk_encryption_properties
DiskEncryptionProperties
必需

磁盘加密属性。

encryption_in_transit_properties
EncryptionInTransitProperties
必需

传输中加密属性。

storage_profile
StorageProfile
必需

存储配置文件。

min_supported_tls_version
str
必需

支持的最低 tls 版本。

excluded_services_config
ExcludedServicesConfig
必需

排除的服务配置。

network_properties
NetworkProperties
必需

网络属性。

compute_isolation_properties
ComputeIsolationProperties
必需

计算隔离属性。

private_link_configurations
list[PrivateLinkConfiguration]
必需

专用链接配置。

变量

private_endpoint_connections
list[PrivateEndpointConnection]

专用终结点连接的列表。