Sha256: c5e02220150f211f6f7c23f4abf53ec5013624c93d4a494b5341798fcb2e4866
Contents?: true
Size: 485 Bytes
Versions: 2
Compression:
Stored size: 485 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::Web::Mgmt::V2020_09_01 module Models # # Defines values for ContinuousWebJobStatus # module ContinuousWebJobStatus Initializing = "Initializing" Starting = "Starting" Running = "Running" PendingRestart = "PendingRestart" Stopped = "Stopped" end end end
Version data entries
2 entries across 2 versions & 1 rubygems