AppInsightsPropertiesArgs

data class AppInsightsPropertiesArgs(val resourceId: Output<String>? = null) : ConvertibleToJava<AppInsightsPropertiesArgs>

Properties of App Insights.

Constructors

Link copied to clipboard
constructor(resourceId: Output<String>? = null)

Properties

Link copied to clipboard
val resourceId: Output<String>? = null

ARM resource ID of the App Insights.

Functions

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