Sha256: b4b16573dd4c43e70ef0f223a635893f305a6e3ffa64abcc27d72744e154f1e2
Contents?: true
Size: 422 Bytes
Versions: 31
Compression:
Stored size: 422 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_07_01 module Models # # Defines values for ApplicationGatewaySslProtocol # module ApplicationGatewaySslProtocol TLSv10 = "TLSv1_0" TLSv11 = "TLSv1_1" TLSv12 = "TLSv1_2" end end end
Version data entries
31 entries across 31 versions & 2 rubygems