Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SendRequest type

A simple interface for making a pipeline request and receiving a response.

type SendRequest = (request: PipelineRequest) => Promise<PipelineResponse>