Sha256: bcfee23d3d24674e750a6a760265bacbb48c9d1b52e93f399ec5e845bf8eb7ad
Contents?: true
Size: 401 Bytes
Versions: 26
Compression:
Stored size: 401 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_10_01 module Models # # Defines values for EffectiveSecurityRuleProtocol # module EffectiveSecurityRuleProtocol Tcp = "Tcp" Udp = "Udp" All = "All" end end end
Version data entries
26 entries across 26 versions & 2 rubygems