ArmResourceDefinitionResourceElementTemplateResponse

data class ArmResourceDefinitionResourceElementTemplateResponse(val artifactProfile: NSDArtifactProfileResponse? = null, val parameterValues: String? = null, val templateType: String? = null)

The arm template RE.

Constructors

constructor(artifactProfile: NSDArtifactProfileResponse? = null, parameterValues: String? = null, templateType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Artifact profile properties.

Link copied to clipboard
val parameterValues: 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: String? = null

The template type.