ArmResourceDefinitionResourceElementTemplateArgs

data class ArmResourceDefinitionResourceElementTemplateArgs(val artifactProfile: Output<NSDArtifactProfileArgs>? = null, val parameterValues: Output<String>? = null, val templateType: Output<Either<String, TemplateType>>? = null) : ConvertibleToJava<ArmResourceDefinitionResourceElementTemplateArgs>

The arm template RE.

Constructors

constructor(artifactProfile: Output<NSDArtifactProfileArgs>? = null, parameterValues: Output<String>? = null, templateType: Output<Either<String, TemplateType>>? = null)

Properties

Link copied to clipboard

Artifact profile properties.

Link copied to clipboard
val parameterValues: Output<String>? = null

Name and value pairs that define the parameter values. It can be a well formed escaped JSON string.

Link copied to clipboard
val templateType: Output<Either<String, TemplateType>>? = null

The template type.

Functions

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