@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AzureAccountMetricsConfig extends Object
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: {"excluded_resource_providers": []} (i.e., an empty list for
excluded_resource_providers).| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXCLUDED_RESOURCE_PROVIDERS |
boolean |
unparsed |
| Constructor and Description |
|---|
AzureAccountMetricsConfig() |
| Modifier and Type | Method and Description |
|---|---|
AzureAccountMetricsConfig |
addExcludedResourceProvidersItem(String excludedResourceProvidersItem) |
boolean |
equals(Object o)
Return true if this AzureAccountMetricsConfig object is equal to o.
|
AzureAccountMetricsConfig |
excludedResourceProviders(List<String> excludedResourceProviders) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<String> |
getExcludedResourceProviders()
List of Microsoft Azure Resource Providers to exclude from metric collection.
|
int |
hashCode() |
AzureAccountMetricsConfig |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setExcludedResourceProviders(List<String> excludedResourceProviders) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EXCLUDED_RESOURCE_PROVIDERS
public AzureAccountMetricsConfig excludedResourceProviders(List<String> excludedResourceProviders)
public AzureAccountMetricsConfig addExcludedResourceProvidersItem(String excludedResourceProvidersItem)
@Nullable public List<String> getExcludedResourceProviders()
public void setExcludedResourceProviders(List<String> excludedResourceProviders)
public AzureAccountMetricsConfig putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.