Sha256: f7f1f35a743eb081043ec3ef92d93273e957de5a923b3b81d48d2780ee466b78

Contents?: true

Size: 674 Bytes

Versions: 8

Compression:

Stored size: 674 Bytes

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::Automation::Mgmt::V2015_10_31
  module Models
    #
    # Defines values for JobStatus
    #
    module JobStatus
      New = "New"
      Activating = "Activating"
      Running = "Running"
      Completed = "Completed"
      Failed = "Failed"
      Stopped = "Stopped"
      Blocked = "Blocked"
      Suspended = "Suspended"
      Disconnected = "Disconnected"
      Suspending = "Suspending"
      Stopping = "Stopping"
      Resuming = "Resuming"
      Removing = "Removing"
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
azure_mgmt_automation-0.17.3 lib/2015-10-31/generated/azure_mgmt_automation/models/job_status.rb
azure_mgmt_automation-0.17.2 lib/2015-10-31/generated/azure_mgmt_automation/models/job_status.rb
azure_mgmt_automation-0.17.1 lib/2015-10-31/generated/azure_mgmt_automation/models/job_status.rb
azure_mgmt_automation-0.17.0 lib/2015-10-31/generated/azure_mgmt_automation/models/job_status.rb
azure_mgmt_automation-0.16.0 lib/2015-10-31/generated/azure_mgmt_automation/models/job_status.rb
azure_mgmt_automation-0.15.2 lib/2015-10-31/generated/azure_mgmt_automation/models/job_status.rb
azure_mgmt_automation-0.15.1 lib/2015-10-31/generated/azure_mgmt_automation/models/job_status.rb
azure_mgmt_automation-0.15.0 lib/2015-10-31/generated/azure_mgmt_automation/models/job_status.rb