Get Managed Cluster Application Plain Args
    data class GetManagedClusterApplicationPlainArgs(val applicationName: String, val clusterName: String, val resourceGroupName: String) : ConvertibleToJava<GetManagedClusterApplicationPlainArgs> 
Constructors
Link copied to clipboard
                fun GetManagedClusterApplicationPlainArgs(applicationName: String, clusterName: String, resourceGroupName: String)