PSTemplateSpecVersion 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.
Represents a Template Spec Version within a Template Spec.
public class PSTemplateSpecVersion
type PSTemplateSpecVersion = class
Public Class PSTemplateSpecVersion
- Inheritance
-
PSTemplateSpecVersion
Constructors
PSTemplateSpecVersion() |
Properties
CreationTime |
Gets the date/time the template spec version was created (PUT to Azure). |
Description |
Gets or sets the description of the version. |
Id |
Gets the Id of the version |
LastModifiedTime |
Gets the last date/time the template spec version was modified (PUT to Azure). |
LinkedTemplates |
Gets or sets the linked template artifacts within the template spec version |
MainTemplate |
Gets or sets the Azure Resource Manager template (JSON). |
Name |
Gets or sets the name of the version. For example: 'v1' |
Tags |
Gets or sets tags assigned to the version. |
UIFormDefinition |
Gets or sets the UI Form definition (if any) for the template spec version |