TemplateLink Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Entity representing the reference to the template.
public class TemplateLink
type TemplateLink = class
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
Azure SDK for .NET