DeploymentProperties.Template プロパティ

定義

テンプレートのコンテンツを取得または設定します。 この要素は、既存のテンプレートにリンクするのではなく、要求でテンプレート構文を直接渡す場合に使用します。 JObject または整形式の JSON 文字列を指定できます。 templateLink プロパティまたは template プロパティを使用しますが、両方は使用しないでください。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象