你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RestRequest interface
The properties that make up a REST request
Properties
authentication | The authentication information required in the request to the health provider. |
method | The HTTP method to use for the request. |
uri | The HTTP URI to use for the request. |
Property Details
authentication
The authentication information required in the request to the health provider.
authentication: RestRequestAuthenticationUnion
Property Value
method
uri
The HTTP URI to use for the request.
uri: string
Property Value
string