Class: Azure::Profiles::Latest::Client::ResourceHealthAdapter

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

Returns a new instance of ResourceHealthAdapter.



1020
1021
1022
# File 'lib/latest/latest_profile_client.rb', line 1020

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

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



1018
1019
1020
# File 'lib/latest/latest_profile_client.rb', line 1018

def mgmt
  @mgmt
end