GetServicePlainArgs

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

Constructors

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

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. The name is case insensitive.

Link copied to clipboard

The name of the service resource in the format of {applicationName}~{serviceName}.

Functions

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