Sha256: 1d6ce3cab3019fdd458cc51e2c89ce936fd893ddb0c459c0bbb8a6855c1aa9f1
Contents?: true
Size: 427 Bytes
Versions: 24
Compression:
Stored size: 427 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 AzureFirewallNetworkRuleProtocol # module AzureFirewallNetworkRuleProtocol TCP = "TCP" UDP = "UDP" Any = "Any" ICMP = "ICMP" end end end
Version data entries
24 entries across 24 versions & 2 rubygems