你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProbeHttpGet interface

容器的 Http 探测。

属性

host

要连接到的主机 IP。

httpHeaders

在请求中设置的标头。

path

在 HTTP 请求上访问的路径。

port

要访问探测的端口。

scheme

http 探测的方案。 可以是 Http 或 Https。 可能的值包括:“http”、“https”

属性详细信息

host

要连接到的主机 IP。

host?: string

属性值

string

httpHeaders

在请求中设置的标头。

httpHeaders?: ProbeHttpGetHeaders[]

属性值

path

在 HTTP 请求上访问的路径。

path?: string

属性值

string

port

要访问探测的端口。

port: number

属性值

number

scheme

http 探测的方案。 可以是 Http 或 Https。 可能的值包括:“http”、“https”

scheme?: Scheme

属性值