AsyncPipeline Class

A pipeline implementation.

This is implemented as a context manager, that will activate the context of the HTTP sender.

Inheritance
AsyncPipeline

Constructor

AsyncPipeline(policies: Optional[List[Union[msrest.pipeline.async_abc.AsyncHTTPPolicy, msrest.pipeline.SansIOHTTPPolicy]]] = None, sender: Optional[msrest.pipeline.async_abc.AsyncHTTPSender[HTTPRequestType, AsyncHTTPResponseType]] = None)

Parameters

policies
default value: None
sender
default value: None

Methods

run

run

async run(request: msrest.pipeline.Request, **kwargs: Any) -> msrest.pipeline.Response[HTTPRequestType, AsyncHTTPResponseType]

Parameters

request
Required