Sha256: 142559275b777d94b6338d575964c6d9bbbb5160be9ecbc4a6213005ad57b492
Contents?: true
Size: 465 Bytes
Versions: 33
Compression:
Stored size: 465 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 ApplicationGatewayOperationalState # module ApplicationGatewayOperationalState Stopped = "Stopped" Starting = "Starting" Running = "Running" Stopping = "Stopping" end end end
Version data entries
33 entries across 33 versions & 2 rubygems