Sha256: a7742c527abcf852a14f1c1c81e4d9d403b883348d463c3e81f466dad214df2b
Contents?: true
Size: 483 Bytes
Versions: 4
Compression:
Stored size: 483 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::MediaServices::Mgmt::V2019_05_01_preview module Models # # Defines values for LiveEventResourceState # module LiveEventResourceState Stopped = "Stopped" Starting = "Starting" Running = "Running" Stopping = "Stopping" Deleting = "Deleting" end end end
Version data entries
4 entries across 4 versions & 1 rubygems