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