Package version:

Interface ClusterPoolResourcePropertiesLogAnalyticsProfile

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

interface ClusterPoolResourcePropertiesLogAnalyticsProfile {
    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.