GetManagedClusterServicePlainArgs

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)

Functions

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

Properties

Link copied to clipboard

The name of the application 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 name of the service resource in the format of {applicationName}~{serviceName}.