# File lib/fog/azure/models/compute/databases.rb, line 43
        def create(login, password, location)
          service.create_database_server(login, password, location)
        end