Share via


ArmDeploymentTemplateLink Class

Definition

Entity representing the reference to the template.

public class ArmDeploymentTemplateLink : Azure.Provisioning.Primitives.ProvisioningConstruct
type ArmDeploymentTemplateLink = class
    inherit ProvisioningConstruct
Public Class ArmDeploymentTemplateLink
Inherits ProvisioningConstruct
Inheritance
ArmDeploymentTemplateLink

Constructors

ArmDeploymentTemplateLink()

Creates a new ArmDeploymentTemplateLink.

Properties

ContentVersion

If included, must match the ContentVersion in the template.

Id

The resource id of a Template Spec. Use either the id or uri property, but not both.

QueryString

The query string (for example, a SAS token) to be used with the templateLink URI.

RelativePath

The relativePath property can be used to deploy a linked template at a location relative to the parent. If the parent template was linked with a TemplateSpec, this will reference an artifact in the TemplateSpec. If the parent was linked with a URI, the child deployment will be a combination of the parent and relativePath URIs.

Uri

The URI of the template to deploy. Use either the uri or id property, but not both.

Methods

Compile()

Compile the resource into a set of Bicep statements.

(Inherited from ProvisioningConstruct)
GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
OverrideWithExpression(Expression)

Set this construct to represent the result of an expression. This is primarily meant to be called via FromExpression static methods on specific resources or constructs.

(Inherited from ProvisioningConstruct)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from ProvisioningConstruct)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from ProvisioningConstruct)

Applies to