Sha256: 3e8a94c611331417e56359b72ecab6205ce0bfdf648e4145a6852abb20759bfc
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 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
24 entries across 24 versions & 2 rubygems