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

HttpGetAction interface

HTTPGetAction 基于 HTTP Get 请求描述作。

扩展

属性

path

在 HTTP 服务器上访问的路径。

scheme

用于连接到主机的方案。 默认为 HTTP。

可能的枚举值:

  • "HTTP" 意味着将使用的方案将 http://
  • "HTTPS" 意味着所使用的方案将 https://
type

多态鉴别器,它指定此对象可以的不同类型的

属性详细信息

path

在 HTTP 服务器上访问的路径。

path?: string

属性值

string

scheme

用于连接到主机的方案。 默认为 HTTP。

可能的枚举值:

  • "HTTP" 意味着将使用的方案将 http://
  • "HTTPS" 意味着所使用的方案将 https://
scheme?: string

属性值

string

type

多态鉴别器,它指定此对象可以的不同类型的

type: "HTTPGetAction"

属性值

"HTTPGetAction"