# File lib/fog/azure/models/compute/server.rb, line 81
        def ready?
          state == "Running"
        end