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