你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSTemplateSpecVersion Class

Definition

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

Applies to