DeploymentPropertiesExtended.Template Property

Definition

The template content. Use only one of Template or TemplateLink.

[System.Text.Json.Serialization.JsonPropertyName("template")]
public System.Text.Json.JsonElement? Template { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("template")>]
member this.Template : Nullable<System.Text.Json.JsonElement> with get, set
Public Property Template As Nullable(Of JsonElement)

Property Value

Attributes

Applies to