GetServicePlainArgs

data class GetServicePlainArgs(val applicationName: String, val clusterName: String, val resourceGroupName: String, val serviceName: String) : ConvertibleToJava<GetServicePlainArgs>

Constructors

Link copied to clipboard
fun GetServicePlainArgs(applicationName: String, clusterName: String, resourceGroupName: String, serviceName: String)

Functions

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

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}.