Class: Azure::Profiles::Latest::Client::KustoAdapter

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) ⇒ KustoAdapter

Returns a new instance of KustoAdapter.



732
733
734
# File 'lib/latest/latest_profile_client.rb', line 732

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

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



730
731
732
# File 'lib/latest/latest_profile_client.rb', line 730

def mgmt
  @mgmt
end