Class: Azure::Hdinsight::Profiles::Latest::Mgmt::Client

Inherits:
HdinsightManagementClass show all
Includes:
MsRestAzure::Common::Configurable
Defined in:
lib/profiles/latest/hdinsight_latest_profile_client.rb

Overview

Client class for the Latest profile SDK.

Instance Attribute Summary

Attributes inherited from HdinsightManagementClass

#applications, #base_url, #clusters, #configurable, #configurations, #extensions, #locations, #model_classes, #operations, #options, #script_actions, #script_execution_history, #virtual_machines

Instance Method Summary collapse

Methods inherited from HdinsightManagementClass

#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.


34
35
36
# File 'lib/profiles/latest/hdinsight_latest_profile_client.rb', line 34

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

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Azure::Hdinsight::Profiles::Latest::Mgmt::HdinsightManagementClass