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

VmssFabricProfile interface

代理将在虚拟机规模集上运行。

Extends

属性

images

池中计算机的 VM 映像。

kind

多态鉴别器,它指定此对象可以是的不同类型

networkProfile

池中计算机的网络配置文件。

osProfile

池中计算机的 OS 配置文件。

sku

池中计算机的 Azure SKU。

storageProfile

池中计算机的存储配置文件。

属性详细信息

images

池中计算机的 VM 映像。

images: PoolImage[]

属性值

kind

多态鉴别器,它指定此对象可以是的不同类型

kind: "Vmss"

属性值

"Vmss"

networkProfile

池中计算机的网络配置文件。

networkProfile?: NetworkProfile

属性值

osProfile

池中计算机的 OS 配置文件。

osProfile?: OsProfile

属性值

sku

池中计算机的 Azure SKU。

sku: DevOpsAzureSku

属性值

storageProfile

池中计算机的存储配置文件。

storageProfile?: StorageProfile

属性值