Method: Azure::Service::StorageService#initialize
- Defined in:
- lib/azure/service/storage_service.rb
#initialize(signer = Core::Auth::SharedKey.new, account_name = nil, options = {}) ⇒ StorageService
Create a new instance of the StorageService
(optional, Default=Azure::Core::Auth::SharedKey.new)
27 28 29 |
# File 'lib/azure/service/storage_service.rb', line 27 def initialize(signer=Core::Auth::SharedKey.new, account_name=nil, = {}) super(signer, account_name, ) end |