ManagedClusterAzureMonitorProfileAppMonitoring Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.models.ManagedClusterAzureMonitorProfileAppMonitoring

Implements

public final class ManagedClusterAzureMonitorProfileAppMonitoring
implements JsonSerializable<ManagedClusterAzureMonitorProfileAppMonitoring>

Application Monitoring profile for AKS.

Constructor Summary

Constructor Description
ManagedClusterAzureMonitorProfileAppMonitoring()

Creates an instance of ManagedClusterAzureMonitorProfileAppMonitoring class.

Method Summary

Modifier and Type Method and Description
ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation autoInstrumentation()

Get the autoInstrumentation property: Application Monitoring auto-instrumentation for AKS.

static ManagedClusterAzureMonitorProfileAppMonitoring fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterAzureMonitorProfileAppMonitoring from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ManagedClusterAzureMonitorProfileAppMonitoring withAutoInstrumentation(ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation autoInstrumentation)

Set the autoInstrumentation property: Application Monitoring auto-instrumentation for AKS.

Methods inherited from java.lang.Object

Constructor Details

ManagedClusterAzureMonitorProfileAppMonitoring

public ManagedClusterAzureMonitorProfileAppMonitoring()

Creates an instance of ManagedClusterAzureMonitorProfileAppMonitoring class.

Method Details

autoInstrumentation

public ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation autoInstrumentation()

Get the autoInstrumentation property: Application Monitoring auto-instrumentation for AKS. Deploys a webhook that auto-instruments workloads with Microsoft OpenTelemetry Distros to collect OpenTelemetry metrics, logs, and traces. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview.

Returns:

the autoInstrumentation value.

fromJson

public static ManagedClusterAzureMonitorProfileAppMonitoring fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterAzureMonitorProfileAppMonitoring from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedClusterAzureMonitorProfileAppMonitoring if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ManagedClusterAzureMonitorProfileAppMonitoring.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAutoInstrumentation

public ManagedClusterAzureMonitorProfileAppMonitoring withAutoInstrumentation(ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation autoInstrumentation)

Set the autoInstrumentation property: Application Monitoring auto-instrumentation for AKS. Deploys a webhook that auto-instruments workloads with Microsoft OpenTelemetry Distros to collect OpenTelemetry metrics, logs, and traces. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview.

Parameters:

autoInstrumentation - the autoInstrumentation value to set.

Returns:

the ManagedClusterAzureMonitorProfileAppMonitoring object itself.

Applies to