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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript