GetSpringCloudAppPlainArgs

data class GetSpringCloudAppPlainArgs(val name: String, val resourceGroupName: String, val serviceName: String) : ConvertibleToJava<GetSpringCloudAppPlainArgs>

A collection of arguments for invoking getSpringCloudApp.

Constructors

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

Properties

Link copied to clipboard

The name of the Spring Cloud Application.

Link copied to clipboard

The name of the Resource Group where the Spring Cloud Application exists.

Link copied to clipboard

The name of the Spring Cloud Service.

Functions

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