Class: Azure::KeyVault::Profiles::V2017_03_09::Client

Inherits:
KeyVaultDataClass show all
Includes:
MsRestAzure::Common::Configurable
Defined in:
lib/profiles/v2017_03_09/keyvault_v2017_03_09_profile_client.rb

Overview

Client class for the V2017_03_09 profile SDK.

Instance Attribute Summary

Attributes inherited from KeyVaultDataClass

#base_url, #configurable, #model_classes, #options

Instance Method Summary collapse

Methods inherited from KeyVaultDataClass

#add_telemetry, #method_missing

Constructor Details

#initialize(options = {}) ⇒ Client

Initializes a new instance of the Client class.

'credentials' are optional and if not passed in the hash, will be obtained
from MsRest::TokenCredentials using MsRestAzure::ApplicationTokenProvider.

Also, base_url, active_directory_settings & options are optional.


33
34
35
# File 'lib/profiles/v2017_03_09/keyvault_v2017_03_09_profile_client.rb', line 33

def initialize(options = {})
  super(options)
end

Dynamic Method Handling

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