Azurex.Blob.get_blob

You're seeing just the function get_blob, go back to Azurex.Blob module for more information.
Link to this function

get_blob(name, container \\ nil)

View Source

Specs

get_blob(String.t(), optional_string()) ::
  {:ok, binary()}
  | {:error,
     HTTPoison.AsyncResponse.t() | HTTPoison.Error.t() | HTTPoison.Response.t()}