Class: Azure::Consumption::Profiles::Latest::Mgmt::Client

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

Overview

Client class for the Latest profile SDK.

Instance Attribute Summary

Attributes inherited from ConsumptionManagementClass

#aggregated_cost, #balances, #base_url, #budgets, #charges, #configurable, #credits, #events_operations, #forecasts, #lots_operations, #marketplaces, #model_classes, #operations, #options, #price_sheet, #reservation_recommendations, #reservation_transactions, #reservations_details, #reservations_summaries, #tags, #usage_details

Instance Method Summary collapse

Methods inherited from ConsumptionManagementClass

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

Parameters:

  • options (Hash) (defaults to: {})

    hash of client options. options =

    tenant_id: 'YOUR TENANT ID',
    client_id: 'YOUR CLIENT ID',
    client_secret: 'YOUR CLIENT SECRET',
    subscription_id: 'YOUR SUBSCRIPTION ID',
    credentials: credentials,
    active_directory_settings: active_directory_settings,
    base_url: 'YOUR BASE URL',
    options: options
    



34
35
36
# File 'lib/profiles/latest/consumption_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::Consumption::Profiles::Latest::Mgmt::ConsumptionManagementClass