GetManagedClusterApplicationTypeVersionPlainArgs

data class GetManagedClusterApplicationTypeVersionPlainArgs(val applicationTypeName: String, val clusterName: String, val resourceGroupName: String, val version: String) : ConvertibleToJava<GetManagedClusterApplicationTypeVersionPlainArgs>

Constructors

constructor(applicationTypeName: String, clusterName: String, resourceGroupName: String, version: String)

Properties

Link copied to clipboard

The name of the application type name resource.

Link copied to clipboard

The name of the cluster resource.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The application type version.

Functions

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