GetStandardPlainArgs

data class GetStandardPlainArgs(val name: String, val resourceGroupName: String, val siteConfig: GetStandardSiteConfig? = null) : ConvertibleToJava<GetStandardPlainArgs>

A collection of arguments for invoking getStandard.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String, siteConfig: GetStandardSiteConfig? = null)

Properties

Link copied to clipboard

The name of the Logic App.

Link copied to clipboard

The name of the Resource Group where the Logic App exists.

Link copied to clipboard

A site_config object as defined below.

Functions

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