Class: Azure::Profiles::Latest::Client::StreamAnalyticsAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/latest/latest_profile_client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(context, base_url, options) ⇒ StreamAnalyticsAdapter

Returns a new instance of StreamAnalyticsAdapter.



1157
1158
1159
# File 'lib/latest/latest_profile_client.rb', line 1157

def initialize(context, base_url, options)
  @mgmt = Azure::Profiles::Latest::StreamAnalytics::Mgmt::StreamAnalyticsManagementClass.new(context, base_url, options)
end

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



1155
1156
1157
# File 'lib/latest/latest_profile_client.rb', line 1155

def mgmt
  @mgmt
end