DeploymentStackProperties.Template Property

Definition

Gets or sets the template content. You use this element when you want to pass the template syntax directly in the request rather than link to an existing template. It can be a JObject or well-formed JSON string. Use either the templateLink property or the template property, but not both.

[Newtonsoft.Json.JsonProperty(PropertyName="template")]
public System.Collections.Generic.IDictionary<string,object> Template { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="template")>]
member this.Template : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Template As IDictionary(Of String, Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to