Class: DatadogAPIClient::V1::AzureAccountMetricsConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::AzureAccountMetricsConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/azure_account_metrics_config.rb
Overview
Dictionary containing the key ‘excluded_resource_providers` which has to be a list of Microsoft Azure Resource Provider names. This feature is currently being beta tested. In order to enable all resource providers for metric collection, pass: `metrics_config: []` (i.e., an empty list for `excluded_resource_providers`).
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#excluded_resource_providers ⇒ Object
List of Microsoft Azure Resource Providers to exclude from metric collection.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/azure_account_metrics_config.rb', line 30 def additional_properties @additional_properties end |
#excluded_resource_providers ⇒ Object
List of Microsoft Azure Resource Providers to exclude from metric collection.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/azure_account_metrics_config.rb', line 28 def excluded_resource_providers @excluded_resource_providers end |