Sha256: b2a62896b029bb34a54bdc72b8a4ed7bf39ac02e9db82bc16d9a2133dcad3716
Contents?: true
Size: 533 Bytes
Versions: 2
Compression:
Stored size: 533 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::V2020_05_01 module Models # # Defines values for LiveEventResourceState # module LiveEventResourceState Stopped = "Stopped" Allocating = "Allocating" StandBy = "StandBy" Starting = "Starting" Running = "Running" Stopping = "Stopping" Deleting = "Deleting" end end end
Version data entries
2 entries across 2 versions & 1 rubygems