Package version:

Interface ClusterPoolLogAnalyticsProfile

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

interface ClusterPoolLogAnalyticsProfile {
    enabled: boolean;
    workspaceId?: string;
}

Hierarchy (view full)

Properties

enabled: boolean

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

workspaceId?: string

Log analytics workspace to associate with the OMS agent.