Sha256: ee5e80705c18b60e8367c5af5c9b7d1e26c2b1d0a98ae501bd82dda361e8adc9
Contents?: true
Size: 715 Bytes
Versions: 24
Compression:
Stored size: 715 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 VirtualNetworkGatewaySkuTier # module VirtualNetworkGatewaySkuTier Basic = "Basic" HighPerformance = "HighPerformance" Standard = "Standard" UltraPerformance = "UltraPerformance" VpnGw1 = "VpnGw1" VpnGw2 = "VpnGw2" VpnGw3 = "VpnGw3" VpnGw1AZ = "VpnGw1AZ" VpnGw2AZ = "VpnGw2AZ" VpnGw3AZ = "VpnGw3AZ" ErGw1AZ = "ErGw1AZ" ErGw2AZ = "ErGw2AZ" ErGw3AZ = "ErGw3AZ" end end end
Version data entries
24 entries across 24 versions & 2 rubygems