Sha256: ef0824a24f829f3718b5205b1e4c1c4006ed37bfa00f5ce17453150f0fa62b21
Contents?: true
Size: 386 Bytes
Versions: 36
Compression:
Stored size: 386 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::V2016_12_01 module Models # # Defines values for SecurityRuleProtocol # module SecurityRuleProtocol Tcp = "Tcp" Udp = "Udp" Asterisk = "*" end end end
Version data entries
36 entries across 36 versions & 2 rubygems