ManagedClusterAzureMonitorProfile Class

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

public final class ManagedClusterAzureMonitorProfile

Azure Monitor addon profiles for monitoring the managed cluster.

Constructor Summary

Constructor Description
ManagedClusterAzureMonitorProfile()

Creates an instance of ManagedClusterAzureMonitorProfile class.

Method Summary

Modifier and Type Method and Description
ManagedClusterAzureMonitorProfileMetrics metrics()

Get the metrics property: Metrics profile for the Azure Monitor managed service for Prometheus addon.

void validate()

Validates the instance.

ManagedClusterAzureMonitorProfile withMetrics(ManagedClusterAzureMonitorProfileMetrics metrics)

Set the metrics property: Metrics profile for the Azure Monitor managed service for Prometheus addon.

Methods inherited from java.lang.Object

Constructor Details

ManagedClusterAzureMonitorProfile

public ManagedClusterAzureMonitorProfile()

Creates an instance of ManagedClusterAzureMonitorProfile class.

Method Details

metrics

public ManagedClusterAzureMonitorProfileMetrics metrics()

Get the metrics property: Metrics profile for the Azure Monitor managed service for Prometheus addon. Collect out-of-the-box Kubernetes infrastructure metrics to send to an Azure Monitor Workspace and configure additional scraping for custom targets. See aka.ms/AzureManagedPrometheus for an overview.

Returns:

the metrics value.

validate

public void validate()

Validates the instance.

withMetrics

public ManagedClusterAzureMonitorProfile withMetrics(ManagedClusterAzureMonitorProfileMetrics metrics)

Set the metrics property: Metrics profile for the Azure Monitor managed service for Prometheus addon. Collect out-of-the-box Kubernetes infrastructure metrics to send to an Azure Monitor Workspace and configure additional scraping for custom targets. See aka.ms/AzureManagedPrometheus for an overview.

Parameters:

metrics - the metrics value to set.

Returns:

the ManagedClusterAzureMonitorProfile object itself.

Applies to