ManagedClusterAzureMonitorProfileAppMonitoring Class

Definition

Application Monitoring profile for AKS.

public class ManagedClusterAzureMonitorProfileAppMonitoring : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoring>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoring>
type ManagedClusterAzureMonitorProfileAppMonitoring = class
    interface IJsonModel<ManagedClusterAzureMonitorProfileAppMonitoring>
    interface IPersistableModel<ManagedClusterAzureMonitorProfileAppMonitoring>
Public Class ManagedClusterAzureMonitorProfileAppMonitoring
Implements IJsonModel(Of ManagedClusterAzureMonitorProfileAppMonitoring), IPersistableModel(Of ManagedClusterAzureMonitorProfileAppMonitoring)
Inheritance
ManagedClusterAzureMonitorProfileAppMonitoring
Implements

Constructors

Name Description
ManagedClusterAzureMonitorProfileAppMonitoring()

Initializes a new instance of ManagedClusterAzureMonitorProfileAppMonitoring.

Properties

Name Description
IsAppMonitoringAutoInstrumentationEnabled

Indicates if Application Monitoring Auto-instrumentation is enabled or not.

OpenTelemetryLogsAndTraces

Application Monitoring Open Telemetry Logs and Traces Profile for AKS. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview.

OpenTelemetryMetrics

Application Monitoring Open Telemetry Metrics Profile for AKS. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ManagedClusterAzureMonitorProfileAppMonitoring>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ManagedClusterAzureMonitorProfileAppMonitoring>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ManagedClusterAzureMonitorProfileAppMonitoring>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ManagedClusterAzureMonitorProfileAppMonitoring>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ManagedClusterAzureMonitorProfileAppMonitoring>.Write(ModelReaderWriterOptions)

Applies to