TemplateLink Class

Definition

Entity representing the reference to the template.

C#
public class TemplateLink
Inheritance
TemplateLink

Constructors

TemplateLink()

Initializes a new instance of the TemplateLink class.

TemplateLink(String, String, String, String, String)

Initializes a new instance of the TemplateLink class.

Properties

ContentVersion

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

Id

Gets or sets the resource id 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

Product Versions
Azure SDK for .NET Legacy