GetPublishedVersionPlainArgs

data class GetPublishedVersionPlainArgs(val blueprintName: String, val scopeId: String, val version: String) : ConvertibleToJava<GetPublishedVersionPlainArgs>

A collection of arguments for invoking getPublishedVersion.

Constructors

Link copied to clipboard
constructor(blueprintName: String, scopeId: String, version: String)

Properties

Link copied to clipboard

The name of the Blueprint Definition

Link copied to clipboard

The ID of the Management Group / Subscription where this Blueprint Definition is stored.

Link copied to clipboard

The Version name of the Published Version of the Blueprint Definition

Functions

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