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