GetMetricsConfigurationPlainArgs

data class GetMetricsConfigurationPlainArgs(val clusterName: String, val metricsConfigurationName: String, val resourceGroupName: String) : ConvertibleToJava<GetMetricsConfigurationPlainArgs>

Constructors

Link copied to clipboard
constructor(clusterName: String, metricsConfigurationName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the cluster.

Link copied to clipboard

The name of the metrics configuration for the cluster.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

Link copied to clipboard
open override fun toJava(): GetMetricsConfigurationPlainArgs