get Proactive Detection Configuration
suspend fun getProactiveDetectionConfiguration(argument: GetProactiveDetectionConfigurationPlainArgs): GetProactiveDetectionConfigurationResult
Get the ProactiveDetection configuration for this configuration id. API Version: 2015-05-01.
Return
Properties that define a ProactiveDetection configuration.
Parameters
argument
null
suspend fun getProactiveDetectionConfiguration(configurationId: String, resourceGroupName: String, resourceName: String): GetProactiveDetectionConfigurationResult
Return
Properties that define a ProactiveDetection configuration.
Parameters
configuration Id
The ProactiveDetection configuration ID. This is unique within a Application Insights component.
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
The name of the Application Insights component resource.
See also
suspend fun getProactiveDetectionConfiguration(argument: suspend GetProactiveDetectionConfigurationPlainArgsBuilder.() -> Unit): GetProactiveDetectionConfigurationResult
Return
Properties that define a ProactiveDetection configuration.
Parameters
argument
Builder for com.pulumi.azurenative.insights.kotlin.inputs.GetProactiveDetectionConfigurationPlainArgs.