GetProactiveDetectionConfigurationPlainArgs

data class GetProactiveDetectionConfigurationPlainArgs(val configurationId: String, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetProactiveDetectionConfigurationPlainArgs>

Constructors

constructor(configurationId: String, resourceGroupName: String, resourceName: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The name of the Application Insights component resource.

Functions

Link copied to clipboard
open override fun toJava(): GetProactiveDetectionConfigurationPlainArgs