DeploymentStackTemplateDefinition interface
Export Template specific properties of the Deployment stack.
Properties
template | 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. |
template |
The URI of the template. Use either the templateLink property or the template property, but not both. |
Property Details
template
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.
template?: Record<string, unknown>
Property Value
Record<string, unknown>
templateLink
The URI of the template. Use either the templateLink property or the template property, but not both.
templateLink?: DeploymentStacksTemplateLink