GetAppPlainArgs

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

A collection of arguments for invoking getApp.

Constructors

Link copied to clipboard
fun GetAppPlainArgs(name: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

The name of the Container App.

Link copied to clipboard

The name of the Resource Group where this Container App exists.