Class: Azure::Profiles::Latest::Client::SerialconsoleAdapter

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

Returns a new instance of SerialconsoleAdapter.



1076
1077
1078
# File 'lib/latest/latest_profile_client.rb', line 1076

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

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



1074
1075
1076
# File 'lib/latest/latest_profile_client.rb', line 1074

def mgmt
  @mgmt
end