DeploymentStackTemplateDefinition Constructors
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.
Overloads
DeploymentStackTemplateDefinition() |
Initializes a new instance of the DeploymentStackTemplateDefinition class. |
DeploymentStackTemplateDefinition(Object, DeploymentStacksTemplateLink) |
Initializes a new instance of the DeploymentStackTemplateDefinition class. |
DeploymentStackTemplateDefinition()
Initializes a new instance of the DeploymentStackTemplateDefinition class.
public DeploymentStackTemplateDefinition ();
Public Sub New ()
Applies to
DeploymentStackTemplateDefinition(Object, DeploymentStacksTemplateLink)
Initializes a new instance of the DeploymentStackTemplateDefinition class.
public DeploymentStackTemplateDefinition (object template = default, Microsoft.Azure.Management.Resources.Models.DeploymentStacksTemplateLink templateLink = default);
new Microsoft.Azure.Management.Resources.Models.DeploymentStackTemplateDefinition : obj * Microsoft.Azure.Management.Resources.Models.DeploymentStacksTemplateLink -> Microsoft.Azure.Management.Resources.Models.DeploymentStackTemplateDefinition
Public Sub New (Optional template As Object = Nothing, Optional templateLink As DeploymentStacksTemplateLink = Nothing)
Parameters
- template
- Object
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
- DeploymentStacksTemplateLink
The URI of the template. Use either the templateLink property or the template property, but not both.