Class: Azure::Profiles::Latest::Client::AlertsManagementAdapter

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

Returns a new instance of AlertsManagementAdapter.



339
340
341
# File 'lib/latest/latest_profile_client.rb', line 339

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

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



337
338
339
# File 'lib/latest/latest_profile_client.rb', line 337

def mgmt
  @mgmt
end