AppInsightMonitoringPropertiesArgs

data class AppInsightMonitoringPropertiesArgs(val appInsightsName: Output<String>? = null, val isEnabled: Output<Boolean>? = null, val region: Output<String>? = null, val resourceGroup: Output<String>? = null, val secretStoreDetails: Output<SecretStoreDetailsArgs>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<AppInsightMonitoringPropertiesArgs>

Class for app insight monitoring properties.

Constructors

Link copied to clipboard
constructor(appInsightsName: Output<String>? = null, isEnabled: Output<Boolean>? = null, region: Output<String>? = null, resourceGroup: Output<String>? = null, secretStoreDetails: Output<SecretStoreDetailsArgs>? = null, subscriptionId: Output<String>? = null)

Properties

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

Gets or sets the app insights name.

Link copied to clipboard
val isEnabled: Output<Boolean>? = null

Gets or sets a value indicating whether monitoring is enabled.

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

Gets or sets the region.

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

Gets or sets the resource group of the resource.

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

Gets or sets the subscription id of the resource.

Functions

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