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