Method: Azure::Core::Configuration#storage_blob_host

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

#storage_blob_hostObject

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



110
111
112
# File 'lib/azure/core/configuration.rb', line 110

def storage_blob_host
  @storage_blob_host || default_host(:blob)
end