共用方式為


TargetUtilizationScaleSettings interface

在線部署調整設定。

Extends

屬性

maxInstances

部署可調整的實例數目上限。 配額將保留給max_instances。

minInstances

要一律存在的實例數目下限。

pollingInterval

ISO 8691 格式的輪詢間隔。 僅支援有效位數為秒數的持續時間。

scaleType

多型歧視性,指定這個物件可以是的不同類型

targetUtilizationPercentage

自動調整程式的目標 CPU 使用量。

屬性詳細資料

maxInstances

部署可調整的實例數目上限。 配額將保留給max_instances。

maxInstances?: number

屬性值

number

minInstances

要一律存在的實例數目下限。

minInstances?: number

屬性值

number

pollingInterval

ISO 8691 格式的輪詢間隔。 僅支援有效位數為秒數的持續時間。

pollingInterval?: string

屬性值

string

scaleType

多型歧視性,指定這個物件可以是的不同類型

scaleType: "TargetUtilization"

屬性值

"TargetUtilization"

targetUtilizationPercentage

自動調整程式的目標 CPU 使用量。

targetUtilizationPercentage?: number

屬性值

number