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: {"excluded_resource_providers": []} (i.e., an empty list for excluded_resource_providers).

Hierarchy

  • AzureAccountMetricsConfig

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
excludedResourceProviders?: string[]

List of Microsoft Azure Resource Providers to exclude from metric collection.

Generated using TypeDoc