# File lib/fog/azure/models/compute/storage_accounts.rb, line 43 def get(identity) all.find { |f| f.name == identity } rescue Fog::Errors::NotFound nil end