Sha256: 624d2262603b01432a9b3709ea915df5f3a5775fa1a5b35b7396ab27d2f8c381
Contents?: true
Size: 392 Bytes
Versions: 3
Compression:
Stored size: 392 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::Storage::Mgmt::V2019_06_01 module Models # # Defines values for MinimumTlsVersion # module MinimumTlsVersion TLS10 = "TLS1_0" TLS11 = "TLS1_1" TLS12 = "TLS1_2" end end end
Version data entries
3 entries across 3 versions & 1 rubygems