Get Service Plain Args
data class GetServicePlainArgs(val applicationName: String, val clusterName: String, val resourceGroupName: String, val serviceName: String) : ConvertibleToJava<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. The name is case insensitive.
Link copied to clipboard
The name of the service resource in the format of {applicationName}~{serviceName}.