ClusterPoolResourcePropertiesResponseLogAnalyticsProfile

data class ClusterPoolResourcePropertiesResponseLogAnalyticsProfile(val enabled: Boolean, val workspaceId: String? = null)

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val workspaceId: String? = null

Log analytics workspace to associate with the OMS agent.