class Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource

Describes the data source that output will be written to.

Attributes

type[RW]

Private Class Methods

mapper() click to toggle source

Mapper for OutputDataSource class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2016-03-01/generated/azure_mgmt_stream_analytics/models/output_data_source.rb, line 37
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'OutputDataSource',
    type: {
      name: 'Composite',
      polymorphic_discriminator: 'type',
      uber_parent: 'OutputDataSource',
      class_name: 'OutputDataSource',
      model_properties: {
      }
    }
  }
end
new() click to toggle source
# File lib/2016-03-01/generated/azure_mgmt_stream_analytics/models/output_data_source.rb, line 26
def initialize
  @type = "OutputDataSource"
end