Class: DatadogAPIClient::V2::BillConfig

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/bill_config.rb

Overview

Bill config.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#export_nameObject

The name of the configured Azure Export.



25
26
27
# File 'lib/datadog_api_client/v2/models/bill_config.rb', line 25

def export_name
  @export_name
end

#export_pathObject

The path where the Azure Export is saved.



28
29
30
# File 'lib/datadog_api_client/v2/models/bill_config.rb', line 28

def export_path
  @export_path
end

#storage_accountObject

The name of the storage account where the Azure Export is saved.



31
32
33
# File 'lib/datadog_api_client/v2/models/bill_config.rb', line 31

def 
  @storage_account
end

#storage_containerObject

The name of the storage container where the Azure Export is saved.



34
35
36
# File 'lib/datadog_api_client/v2/models/bill_config.rb', line 34

def storage_container
  @storage_container
end