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
fun GetTemplateSpecVersionPlainArgs(name: String, resourceGroupName: String, version: String)

Functions

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

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.