GetDefinitionPlainArgs

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

A collection of arguments for invoking getDefinition.

Constructors

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

Properties

Link copied to clipboard

Specifies the name of the Managed Application Definition.

Link copied to clipboard

Specifies the name of the Resource Group where this Managed Application Definition exists.

Functions

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