GetUpdateRunPlainArgs

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

Constructors

Link copied to clipboard
constructor(clusterName: String, resourceGroupName: String, updateName: String, updateRunName: 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

Link copied to clipboard

The name of the Update Run

Functions

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