Sha256: a0591d9cf198031074605d2d9f296f32c54bd7d9dcf941f49980350f3d47cf84
Contents?: true
Size: 485 Bytes
Versions: 2
Compression:
Stored size: 485 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.16.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_scheduler-0.2.1 | lib/azure_mgmt_scheduler/models/http_authentication_type.rb |
azure_mgmt_scheduler-0.2.0 | lib/azure_mgmt_scheduler/models/http_authentication_type.rb |