Share via


TemplateSpecVersion.LinkedTemplates Property

Definition

Gets or sets an array of linked template artifacts.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.linkedTemplates")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.LinkedTemplateArtifact> LinkedTemplates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.linkedTemplates")>]
member this.LinkedTemplates : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.LinkedTemplateArtifact> with get, set
Public Property LinkedTemplates As IList(Of LinkedTemplateArtifact)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to