ManagedClusterMetricsProfile Class

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

public final class ManagedClusterMetricsProfile

The metrics profile for the ManagedCluster.

Constructor Summary

Constructor Description
ManagedClusterMetricsProfile()

Creates an instance of ManagedClusterMetricsProfile class.

Method Summary

Modifier and Type Method and Description
ManagedClusterCostAnalysis costAnalysis()

Get the costAnalysis property: The cost analysis configuration for the cluster.

void validate()

Validates the instance.

ManagedClusterMetricsProfile withCostAnalysis(ManagedClusterCostAnalysis costAnalysis)

Set the costAnalysis property: The cost analysis configuration for the cluster.

Methods inherited from java.lang.Object

Constructor Details

ManagedClusterMetricsProfile

public ManagedClusterMetricsProfile()

Creates an instance of ManagedClusterMetricsProfile class.

Method Details

costAnalysis

public ManagedClusterCostAnalysis costAnalysis()

Get the costAnalysis property: The cost analysis configuration for the cluster.

Returns:

the costAnalysis value.

validate

public void validate()

Validates the instance.

withCostAnalysis

public ManagedClusterMetricsProfile withCostAnalysis(ManagedClusterCostAnalysis costAnalysis)

Set the costAnalysis property: The cost analysis configuration for the cluster.

Parameters:

costAnalysis - the costAnalysis value to set.

Returns:

the ManagedClusterMetricsProfile object itself.

Applies to