Sha256: 23f213f204ac39d3df4a6ec56822416233c99472af6d63502a26b239b7d161cf
Contents?: true
Size: 497 Bytes
Versions: 26
Compression:
Stored size: 497 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 RouteNextHopType # module RouteNextHopType VirtualNetworkGateway = "VirtualNetworkGateway" VnetLocal = "VnetLocal" Internet = "Internet" VirtualAppliance = "VirtualAppliance" None = "None" end end end
Version data entries
26 entries across 26 versions & 2 rubygems