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

ClusterDefinition interface

群集定义。

属性

blueprint

指向蓝图的链接。

componentVersion

群集中不同服务的版本。

configurations

群集配置。

kind

群集的类型。

属性详细信息

blueprint

指向蓝图的链接。

blueprint?: string

属性值

string

componentVersion

群集中不同服务的版本。

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

属性值

{[propertyName: string]: string}

configurations

群集配置。

configurations?: Record<string, unknown>

属性值

Record<string, unknown>

kind

群集的类型。

kind?: string

属性值

string