ManagedClusterAzureMonitorProfileContainerInsights.ContainerNetworkLogs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)