Sha256: 861aea570794f027c50b447c88d537fcf5bb5d676b262918237c8234e2cf558c
Contents?: true
Size: 437 Bytes
Versions: 33
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_01_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
33 entries across 33 versions & 2 rubygems