Class: DatadogAPIClient::V2::AzureUCConfigPostRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AzureUCConfigPostRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/azure_uc_config_post_request_attributes.rb
Overview
Attributes for Azure config Post Request.
Instance Attribute Summary collapse
-
#account_id ⇒ Object
readonly
The tenant ID of the azure account.
-
#actual_bill_config ⇒ Object
readonly
Bill config.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#amortized_bill_config ⇒ Object
readonly
Bill config.
-
#client_id ⇒ Object
readonly
The client ID of the azure account.
-
#is_enabled ⇒ Object
Whether or not the Cloud Cost Management account is enabled.
-
#scope ⇒ Object
readonly
The scope of your observed subscription.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
The tenant ID of the azure account.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config_post_request_attributes.rb', line 25 def account_id @account_id end |
#actual_bill_config ⇒ Object
Bill config.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config_post_request_attributes.rb', line 28 def actual_bill_config @actual_bill_config end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config_post_request_attributes.rb', line 42 def additional_properties @additional_properties end |
#amortized_bill_config ⇒ Object
Bill config.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config_post_request_attributes.rb', line 31 def amortized_bill_config @amortized_bill_config end |
#client_id ⇒ Object
The client ID of the azure account.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config_post_request_attributes.rb', line 34 def client_id @client_id end |
#is_enabled ⇒ Object
Whether or not the Cloud Cost Management account is enabled.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config_post_request_attributes.rb', line 37 def is_enabled @is_enabled end |
#scope ⇒ Object
The scope of your observed subscription.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config_post_request_attributes.rb', line 40 def scope @scope end |