共用方式為


FleetProperties interface

計算機隊的詳細數據。

屬性

computeProfile

要用於執行使用者工作負載的計算配置檔。

provisioningState

上次作業的狀態。

regularPriorityProfile

計算機隊中一般實例的組態選項。

spotPriorityProfile

計算機隊中Spot實例的組態選項。

timeCreated

指定建立計算機隊的時間。

uniqueId

指定可唯一識別計算機隊的標識碼。

vmSizesProfile

計算機隊支援的 VM 大小清單

屬性詳細資料

computeProfile

要用於執行使用者工作負載的計算配置檔。

computeProfile: ComputeProfile

屬性值

provisioningState

上次作業的狀態。

provisioningState?: string

屬性值

string

regularPriorityProfile

計算機隊中一般實例的組態選項。

regularPriorityProfile?: RegularPriorityProfile

屬性值

spotPriorityProfile

計算機隊中Spot實例的組態選項。

spotPriorityProfile?: SpotPriorityProfile

屬性值

timeCreated

指定建立計算機隊的時間。

timeCreated?: Date

屬性值

Date

uniqueId

指定可唯一識別計算機隊的標識碼。

uniqueId?: string

屬性值

string

vmSizesProfile

計算機隊支援的 VM 大小清單

vmSizesProfile: VmSizeProfile[]

屬性值