共用方式為


HealthProbeParameters interface

JSON 物件,其中包含將健康狀態探查傳送至原始來源的屬性。

屬性

probeIntervalInSeconds

健康情況探查之間的秒數。預設值為 240sec。

probePath

相對於用來判斷來源健康情況的來源路徑。

probeProtocol

用於健康狀態探查的通訊協定。

probeRequestType

所發出的健康情況探查要求類型。

屬性詳細資料

probeIntervalInSeconds

健康情況探查之間的秒數。預設值為 240sec。

probeIntervalInSeconds?: number

屬性值

number

probePath

相對於用來判斷來源健康情況的來源路徑。

probePath?: string

屬性值

string

probeProtocol

用於健康狀態探查的通訊協定。

probeProtocol?: ProbeProtocol

屬性值

probeRequestType

所發出的健康情況探查要求類型。

probeRequestType?: HealthProbeRequestType

屬性值