你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RestRequest interface
构成 REST 请求的属性
属性
authentication | 向运行状况提供程序的请求中所需的身份验证信息。 |
method | 用于请求的 HTTP 方法。 可能的值包括:“GET”、“POST” |
uri | 要用于请求的 HTTP URI。 |
属性详细信息
authentication
向运行状况提供程序的请求中所需的身份验证信息。
authentication: RestRequestAuthenticationUnion
属性值
method
uri
要用于请求的 HTTP URI。
uri: string
属性值
string