共用方式為


RegularPriorityProfile interface

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

屬性

allocationStrategy

決定一般 VM 的 VM 大小分佈時所要遵循的配置策略。

capacity

要達到的總容量。 它目前在 VM 數目方面。

minCapacity

無法更新的最小容量。 如果我們無法「保證」最小容量,我們會拒絕同步路徑本身的要求。

屬性詳細資料

allocationStrategy

決定一般 VM 的 VM 大小分佈時所要遵循的配置策略。

allocationStrategy?: string

屬性值

string

capacity

要達到的總容量。 它目前在 VM 數目方面。

capacity?: number

屬性值

number

minCapacity

無法更新的最小容量。 如果我們無法「保證」最小容量,我們會拒絕同步路徑本身的要求。

minCapacity?: number

屬性值

number