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

ClusterPatchParameters interface

ClusterPatchParameters 表示修补群集属性的请求正文。

属性

aggregatorOrSingleRackDefinition

旨在仅反映单个机架群集中的单个机架或多机架群集中的聚合器机架的机架定义。

clusterLocation

客户提供的位置信息,用于标识群集所在的位置。

clusterServicePrincipal

群集在 Arc 设备安装过程中要使用的服务主体。

computeDeploymentThreshold

验证阈值,指示环境验证和部署期间计算计算机的允许失败。

computeRackDefinitions

多机架群集中计算机架的机架定义列表,或单机架群集中的空列表。

tags

将替换现有标记的 Azure 资源标记。

属性详细信息

aggregatorOrSingleRackDefinition

旨在仅反映单个机架群集中的单个机架或多机架群集中的聚合器机架的机架定义。

aggregatorOrSingleRackDefinition?: RackDefinition

属性值

clusterLocation

客户提供的位置信息,用于标识群集所在的位置。

clusterLocation?: string

属性值

string

clusterServicePrincipal

群集在 Arc 设备安装过程中要使用的服务主体。

clusterServicePrincipal?: ServicePrincipalInformation

属性值

computeDeploymentThreshold

验证阈值,指示环境验证和部署期间计算计算机的允许失败。

computeDeploymentThreshold?: ValidationThreshold

属性值

computeRackDefinitions

多机架群集中计算机架的机架定义列表,或单机架群集中的空列表。

computeRackDefinitions?: RackDefinition[]

属性值

tags

将替换现有标记的 Azure 资源标记。

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}