Azurex.Blob.get_url

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

Specs

get_url(optional_string()) :: String.t()

Returns the url for a container (defaults to the one in Azurex.Blob.Config)

Link to this function

get_url(container, blob_name)

View Source

Specs

get_url(optional_string(), String.t()) :: String.t()

Returns the url for a file in a container (defaults to the one in Azurex.Blob.Config)