Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PSTemplateSpec Class

Definition

Namespace:
Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels
Assembly:
Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll

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 within Azure

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

Constructors

Name Description
PSTemplateSpec()
PSTemplateSpec(PSTemplateSpec)

Properties

Name Description
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