GetTemplateSpecPlainArgs

data class GetTemplateSpecPlainArgs(val expand: String? = null, val resourceGroupName: String, val templateSpecName: String) : ConvertibleToJava<GetTemplateSpecPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, resourceGroupName: String, templateSpecName: String)

Properties

Link copied to clipboard
val expand: String? = null

Allows for expansion of additional Template Spec details in the response. Optional.

Link copied to clipboard

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

Link copied to clipboard

Name of the Template Spec.

Functions

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