Sha256: c168d60ab8be8d59fd865432330d3526f675738542afa0ddbc7a9f6cfad7cb75
Contents?: true
Size: 715 Bytes
Versions: 26
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_10_01 module Models # # Defines values for VirtualNetworkGatewaySkuName # module VirtualNetworkGatewaySkuName 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
26 entries across 26 versions & 2 rubygems