AzureSDK.Core.Pipeline (Azure SDK v0.1.0)

Copy Markdown View Source

Reusable request pipeline for all Azure services.

Flow:

Credential  Signing  Retry  Telemetry  Transport (Req)

Summary

Functions

Executes a request through the pipeline and returns {:ok, response} or {:error, error}.

Functions

run(client, request, opts \\ [])

Executes a request through the pipeline and returns {:ok, response} or {:error, error}.