ClusterPoolResourcePropertiesLogAnalyticsProfileArgs

data class ClusterPoolResourcePropertiesLogAnalyticsProfileArgs(val enabled: Output<Boolean>, val workspaceId: Output<String>? = null) : ConvertibleToJava<ClusterPoolResourcePropertiesLogAnalyticsProfileArgs>

Cluster pool log analytics profile to enable OMS agent for AKS cluster.

Constructors

fun ClusterPoolResourcePropertiesLogAnalyticsProfileArgs(enabled: Output<Boolean>, workspaceId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>

True if log analytics is enabled for cluster pool, otherwise false.

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

Log analytics workspace to associate with the OMS agent.