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

FleetProperties interface

计算机群的详细信息。

属性

additionalLocationsProfile

表示可以部署机队资源的其他位置的配置。

computeProfile

用于运行用户工作负荷的计算配置文件。

provisioningState

上次操作的状态。

regularPriorityProfile

计算机群中常规实例的配置选项。

spotPriorityProfile

计算机群中现成实例的配置选项。

timeCreated

指定创建计算机群的时间。

uniqueId

指定唯一标识计算机群的 ID。

vmAttributes

基于属性的机群。

vmSizesProfile

计算机群支持的 VM 大小列表

属性详细信息

additionalLocationsProfile

表示可以部署机队资源的其他位置的配置。

additionalLocationsProfile?: AdditionalLocationsProfile

属性值

computeProfile

用于运行用户工作负荷的计算配置文件。

computeProfile: ComputeProfile

属性值

provisioningState

上次操作的状态。

provisioningState?: string

属性值

string

regularPriorityProfile

计算机群中常规实例的配置选项。

regularPriorityProfile?: RegularPriorityProfile

属性值

spotPriorityProfile

计算机群中现成实例的配置选项。

spotPriorityProfile?: SpotPriorityProfile

属性值

timeCreated

指定创建计算机群的时间。

timeCreated?: Date

属性值

Date

uniqueId

指定唯一标识计算机群的 ID。

uniqueId?: string

属性值

string

vmAttributes

基于属性的机群。

vmAttributes?: VMAttributes

属性值

vmSizesProfile

计算机群支持的 VM 大小列表

vmSizesProfile: VmSizeProfile[]

属性值