GetUpdatePlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The name of the cluster.

Link copied to clipboard

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

Link copied to clipboard

The name of the Update

Functions

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