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

ResourceConfiguration interface

属性

instanceCount

计算目标使用的实例或节点数可选。

instanceType

计算目标支持的可选 VM 类型。

properties

其他属性包。

属性详细信息

instanceCount

计算目标使用的实例或节点数可选。

instanceCount?: number

属性值

number

instanceType

计算目标支持的可选 VM 类型。

instanceType?: string

属性值

string

properties

其他属性包。

properties?: {[propertyName: string]: Record<string, unknown>}

属性值

{[propertyName: string]: Record<string, unknown>}