getProactiveDetectionConfiguration

Get the ProactiveDetection configuration for this configuration id. Uses Azure REST API version 2018-05-01-preview. Other available API versions: 2015-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native applicationinsights [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

A ProactiveDetection configuration definition.

Parameters

argument

null


suspend fun getProactiveDetectionConfiguration(configurationId: String, resourceGroupName: String, resourceName: String): GetProactiveDetectionConfigurationResult

Return

A ProactiveDetection configuration definition.

Parameters

configurationId

The ProactiveDetection configuration ID. This is unique within a Application Insights component.

resourceGroupName

The name of the resource group. The name is case insensitive.

resourceName

The name of the Application Insights component resource.

See also


Return

A ProactiveDetection configuration definition.

Parameters

argument

Builder for com.pulumi.azurenative.applicationinsights.kotlin.inputs.GetProactiveDetectionConfigurationPlainArgs.

See also