GetDefinitionPlainArgs

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

A collection of arguments for invoking getDefinition.

Constructors

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

Properties

Link copied to clipboard

The name of the Blueprint.

Link copied to clipboard

The ID of the Subscription or Management Group, as the scope at which the blueprint definition is stored.

Functions

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