DeploymentStackTemplateDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |