Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SendRequest type
- Package:
- @azure/core-rest-pipeline
A simple interface for making a pipeline request and receiving a response.
type SendRequest = (request: PipelineRequest) => Promise<PipelineResponse>
