Method: Azure::Core::Configuration#storage_queue_host

Defined in:
lib/azure/core/configuration.rb

#storage_queue_hostObject

Public: Get the host for this service. If you set something using #storage_queue_host=, then we use that. Else we default to Azure’s default hosts, based on your account name.



128
129
130
# File 'lib/azure/core/configuration.rb', line 128

def storage_queue_host
  @storage_queue_host || default_host(:queue)
end