Sha256: 0198c05cc4ea0a15bef69d39401bff24e2876d6f5f0b4a03498a0b9e3fd9be6a
Contents?: true
Size: 485 Bytes
Versions: 6
Compression:
Stored size: 485 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Scheduler module Models # # Defines values for HttpAuthenticationType # module HttpAuthenticationType NotSpecified = "NotSpecified" ClientCertificate = "ClientCertificate" ActiveDirectoryOAuth = "ActiveDirectoryOAuth" Basic = "Basic" end end end
Version data entries
6 entries across 6 versions & 1 rubygems