GetTemplateSpecVersionPlainArgs

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

A collection of arguments for invoking getTemplateSpecVersion.

Constructors

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

Properties

Link copied to clipboard

The name of this Template Spec.

Link copied to clipboard

The name of the Resource Group where the Template Spec exists.

Link copied to clipboard

The Version Name of the Template Spec.

Functions

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