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