class Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication
Model object.
Attributes
type[RW]
Private Class Methods
mapper()
click to toggle source
Mapper for HttpAuthentication
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-03-01/generated/azure_mgmt_scheduler/models/http_authentication.rb, line 32 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'HttpAuthentication', type: { name: 'Composite', polymorphic_discriminator: 'type', uber_parent: 'HttpAuthentication', class_name: 'HttpAuthentication', model_properties: { } } } end
new()
click to toggle source
# File lib/2016-03-01/generated/azure_mgmt_scheduler/models/http_authentication.rb, line 21 def initialize @type = "HttpAuthentication" end