ManagedClusterAzureMonitorProfileContainerInsights.ContainerNetworkLogs Property

Definition

Configures container network logs ingestion with Azure Monitor. Which network logs to ingest is controlled by the CRD found in the following links. No network logs are ingested by default. More information on container network logs can be found at https://aka.ms/ContainerNetworkLogsDoc. More information on configuring container network log can be found at https://aka.ms/acns/howtoenablecnl. If not specified, the default is Disabled.

public Azure.ResourceManager.ContainerService.Models.ContainerNetworkLogs? ContainerNetworkLogs { get; set; }
member this.ContainerNetworkLogs : Nullable<Azure.ResourceManager.ContainerService.Models.ContainerNetworkLogs> with get, set
Public Property ContainerNetworkLogs As Nullable(Of ContainerNetworkLogs)

Property Value

Applies to