GetLinuxFunctionAppPlainArgs

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

A collection of arguments for invoking getLinuxFunctionApp.

Constructors

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

Properties

Link copied to clipboard

The name which should be used for this Linux Function App.

Link copied to clipboard

The name of the Resource Group where the Linux Function App should exist.

Functions

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