ManagedClusterAzureMonitorProfile.AppMonitoring Property

Definition

Gets or sets application Monitoring Profile for Kubernetes Application Container. Collects application logs, metrics and traces through auto-instrumentation of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview.

[Newtonsoft.Json.JsonProperty(PropertyName="appMonitoring")]
public Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoring AppMonitoring { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="appMonitoring")>]
member this.AppMonitoring : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoring with get, set
Public Property AppMonitoring As ManagedClusterAzureMonitorProfileAppMonitoring

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to