Class: Azure::Profiles::Latest::Client::KeyVaultAdapter

Inherits:
KeyVault::KeyVaultDataClass show all
Defined in:
lib/latest/latest_profile_client.rb

Instance Attribute Summary collapse

Attributes inherited from KeyVault::KeyVaultDataClass

#base_url, #configurable, #hsmsecurity_domain, #model_classes, #options, #role_assignments, #role_definitions

Instance Method Summary collapse

Methods inherited from KeyVault::KeyVaultDataClass

#add_telemetry, #method_missing

Constructor Details

#initialize(context, base_url, options) ⇒ KeyVaultAdapter

Returns a new instance of KeyVaultAdapter.



715
716
717
718
# File 'lib/latest/latest_profile_client.rb', line 715

def initialize(context, base_url, options)
  super(context)
  @mgmt = Azure::Profiles::Latest::KeyVault::Mgmt::KeyVaultManagementClass.new(context, base_url, options)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Azure::Profiles::Latest::KeyVault::KeyVaultDataClass

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



713
714
715
# File 'lib/latest/latest_profile_client.rb', line 713

def mgmt
  @mgmt
end