GetClusterPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

Name of the cluster.

Link copied to clipboard

The Resource Group Name.

Functions

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