GetTemplateSpecVersionPlainArgs

data class GetTemplateSpecVersionPlainArgs(val resourceGroupName: String, val templateSpecName: String, val templateSpecVersion: String) : ConvertibleToJava<GetTemplateSpecVersionPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, templateSpecName: String, templateSpecVersion: String)

Properties

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

Name of the Template Spec.

Link copied to clipboard

The version of the Template Spec.

Functions

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