DeploymentProperties.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 object Template { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="template")>]
member this.Template : obj with get, set
Public Property Template As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to