GetStandardPlainArgs

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

A collection of arguments for invoking getStandard.

Constructors

Link copied to clipboard
fun GetStandardPlainArgs(name: String, resourceGroupName: String, siteConfig: GetStandardSiteConfig? = null, tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard

The name of this Logic App.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
val tags: Map<String, String>? = null