class Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding
The physical binding of the function. For example, in the Azure
Machine Learning web service’s case, this describes the endpoint.
Attributes
type[RW]
Private Class Methods
mapper()
click to toggle source
Mapper for FunctionBinding
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-03-01/generated/azure_mgmt_stream_analytics/models/function_binding.rb, line 31 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FunctionBinding', type: { name: 'Composite', polymorphic_discriminator: 'type', uber_parent: 'FunctionBinding', class_name: 'FunctionBinding', model_properties: { } } } end
new()
click to toggle source
# File lib/2016-03-01/generated/azure_mgmt_stream_analytics/models/function_binding.rb, line 20 def initialize @type = "FunctionBinding" end