Sha256: b3fd7b4a72d95dd4d6908acae92028e24f59108582da8eac181382523d1adb78
Contents?: true
Size: 427 Bytes
Versions: 3
Compression:
Stored size: 427 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::Compute::Mgmt::V2020_06_01 module Models # # Defines values for OrchestrationServiceState # module OrchestrationServiceState NotRunning = "NotRunning" Running = "Running" Suspended = "Suspended" end end end
Version data entries
3 entries across 3 versions & 1 rubygems