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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript