GetConnectedClusterPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The name of the Kubernetes cluster on which get is called.

Link copied to clipboard

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

Functions

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