GetApplicationTypePlainArgs

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

Constructors

Link copied to clipboard
constructor(applicationTypeName: String, clusterName: String, resourceGroupName: 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. The name is case insensitive.

Functions

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