Sha256: 4c5ec050cc6d238154fb24b2a701993285b777f15f06379684cedf12eb5d33d2
Contents?: true
Size: 437 Bytes
Versions: 32
Compression:
Stored size: 437 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::Network::Mgmt::V2018_02_01 module Models # # Defines values for PcStatus # module PcStatus NotStarted = "NotStarted" Running = "Running" Stopped = "Stopped" Error = "Error" Unknown = "Unknown" end end end
Version data entries
32 entries across 32 versions & 2 rubygems