Sha256: 4a5028d0075c3aa55772e60779e6279b6a21e54fa277b10f2b6931f34fd606ce
Contents?: true
Size: 465 Bytes
Versions: 29
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_08_01 module Models # # Defines values for ApplicationGatewayOperationalState # module ApplicationGatewayOperationalState Stopped = "Stopped" Starting = "Starting" Running = "Running" Stopping = "Stopping" end end end
Version data entries
29 entries across 29 versions & 2 rubygems