次の方法で共有


PartitionInstanceCountScaleMechanism interface

ステートレス サービス パーティションのインスタンスを追加または削除するためのスケーリング メカニズムを表します。

Extends

プロパティ

kind

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

maxInstanceCount

パーティションのインスタンスの最大数。

minInstanceCount

パーティションのインスタンスの最小数。

scaleIncrement

スケーリング操作中に追加または削除するインスタンスの数。

プロパティの詳細

kind

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

kind: "ScalePartitionInstanceCount"

プロパティ値

"ScalePartitionInstanceCount"

maxInstanceCount

パーティションのインスタンスの最大数。

maxInstanceCount: number

プロパティ値

number

minInstanceCount

パーティションのインスタンスの最小数。

minInstanceCount: number

プロパティ値

number

scaleIncrement

スケーリング操作中に追加または削除するインスタンスの数。

scaleIncrement: number

プロパティ値

number