Sha256: ba57f5909fc2a48297ea0b94950bd90f0f7fc3c2984b80a816defbbcbdbcdd4f
Contents?: true
Size: 427 Bytes
Versions: 23
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_12_01 module Models # # Defines values for AzureFirewallNetworkRuleProtocol # module AzureFirewallNetworkRuleProtocol TCP = "TCP" UDP = "UDP" Any = "Any" ICMP = "ICMP" end end end
Version data entries
23 entries across 23 versions & 2 rubygems