Class: Azure::ARM::StreamAnalytics::Models::OutputDataSource

Inherits:
Object
  • Object
show all
Includes:
MsRest::JSONable, MsRestAzure
Defined in:
lib/generated/azure_mgmt_stream_analytics/models/output_data_source.rb

Overview

Describes the data source that output will be written to.

Constant Summary collapse

@@discriminatorMap =
Hash.new

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOutputDataSource

Returns a new instance of OutputDataSource.



27
28
29
# File 'lib/generated/azure_mgmt_stream_analytics/models/output_data_source.rb', line 27

def initialize
  @type = "OutputDataSource"
end

Instance Attribute Details

#typeObject

Returns the value of attribute type.



31
32
33
# File 'lib/generated/azure_mgmt_stream_analytics/models/output_data_source.rb', line 31

def type
  @type
end

Class Method Details

.mapperObject

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



38
39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'lib/generated/azure_mgmt_stream_analytics/models/output_data_source.rb', line 38

def self.mapper()
  {
    required: false,
    serialized_name: 'OutputDataSource',
    type: {
      name: 'Composite',
      polymorphic_discriminator: 'type',
      uber_parent: 'OutputDataSource',
      class_name: 'OutputDataSource',
      model_properties: {
      }
    }
  }
end