AzureStorage.Queue.list_queues

You're seeing just the function list_queues, go back to AzureStorage.Queue module for more information.

Specs

list_queues(AzureStorage.Request.Context.t()) ::
  {:ok, %{items: list() | [], marker: String.t() | nil}} | {:error, String.t()}

This operation lists all of the queues in a given storage account.