次の方法で共有


ArmServiceTypeHealthPolicy interface

あるサービスの種類に属するサービスの正常性を評価するために使用される正常性ポリシーを表します。

プロパティ

maxPercentUnhealthyPartitionsPerService

アプリケーションがエラーと見なされる前に、サービスごとのパーティションの最大割合が異常であることが許可されています。

maxPercentUnhealthyReplicasPerPartition

アプリケーションがエラーと見なされる前に、パーティションごとのレプリカの最大割合が異常であることが許可されています。

maxPercentUnhealthyServices

アプリケーションがエラーと見なされる前に、異常が許容されるサービスの最大割合。

プロパティの詳細

maxPercentUnhealthyPartitionsPerService

アプリケーションがエラーと見なされる前に、サービスごとのパーティションの最大割合が異常であることが許可されています。

maxPercentUnhealthyPartitionsPerService?: number

プロパティ値

number

maxPercentUnhealthyReplicasPerPartition

アプリケーションがエラーと見なされる前に、パーティションごとのレプリカの最大割合が異常であることが許可されています。

maxPercentUnhealthyReplicasPerPartition?: number

プロパティ値

number

maxPercentUnhealthyServices

アプリケーションがエラーと見なされる前に、異常が許容されるサービスの最大割合。

maxPercentUnhealthyServices?: number

プロパティ値

number