Sha256: e02cff7017c897e8fa496a66ae5cb077645752b1cfbc8f9cc2fb7ed9a113964b
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_09_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