PSTemplateSpec Class

Definition

Represents a Template Spec within Azure

public class PSTemplateSpec
type PSTemplateSpec = class
Public Class PSTemplateSpec
Inheritance
PSTemplateSpec
Derived

Constructors

PSTemplateSpec()
PSTemplateSpec(PSTemplateSpec)

Properties

CreationTime

Gets the date/time the template spec was created (PUT to Azure).

Description

Gets or sets the description of the template spec

DisplayName

Gets or sets the optional display name for the template spec

Id
LastModifiedTime

Gets the date/time the template spec was last modified (PUT to Azure).

Location
Name
ResourceGroupName
SubscriptionId
Tags

Gets or sets tags assigned to the template spec.

Type
Versions

Represents the relevant versions in the template spec per the context of how the template spec was requested. If a single version was explicitly requested this will contain one item, if this is a "detailed" view of a template spec or an explicitly requested template spec it will contain all versions of the template spec. If this is a "listing view" of the template spec than Versions will be null.

Applies to