Share via


DeploymentStacksTemplateLink Class

Definition

Entity representing the reference to the template.

public class DeploymentStacksTemplateLink
type DeploymentStacksTemplateLink = class
Public Class DeploymentStacksTemplateLink
Inheritance
DeploymentStacksTemplateLink

Constructors

DeploymentStacksTemplateLink()

Initializes a new instance of the DeploymentStacksTemplateLink class.

DeploymentStacksTemplateLink(String, String, String, String, String)

Initializes a new instance of the DeploymentStacksTemplateLink class.

Properties

ContentVersion

Gets or sets if included, must match the ContentVersion in the template.

Id

Gets or sets the resourceId of a Template Spec. Use either the id or uri property, but not both.

QueryString

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

RelativePath

Gets or sets 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

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

Applies to