LinkedTemplateArtifactResponse

data class LinkedTemplateArtifactResponse(val path: String, val template: Any)

Represents a Template Spec artifact containing an embedded Azure Resource Manager template for use as a linked template.

Constructors

Link copied to clipboard
constructor(path: String, template: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A filesystem safe relative path of the artifact.

Link copied to clipboard

The Azure Resource Manager template.