Share via


DeploymentStackTemplateDefinition Class

Definition

Export Template specific properties of the Deployment stack.

public class DeploymentStackTemplateDefinition
type DeploymentStackTemplateDefinition = class
Public Class DeploymentStackTemplateDefinition
Inheritance
DeploymentStackTemplateDefinition

Constructors

DeploymentStackTemplateDefinition()

Initializes a new instance of the DeploymentStackTemplateDefinition class.

DeploymentStackTemplateDefinition(Object, DeploymentStacksTemplateLink)

Initializes a new instance of the DeploymentStackTemplateDefinition class.

Properties

Template

Gets or sets the template content. Use this element 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.

TemplateLink

Gets or sets the URI of the template. Use either the templateLink property or the template property, but not both.

Applies to