PSTemplateSpecListItem Class

Definition

Exclusively used for wrapping PSTempateSpecs for use with special formatting defined within our format.ps1xml file.

public class PSTemplateSpecListItem : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec
type PSTemplateSpecListItem = class
    inherit PSTemplateSpec
Public Class PSTemplateSpecListItem
Inherits PSTemplateSpec
Inheritance
PSTemplateSpecListItem

Properties

CreationTime

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

(Inherited from PSTemplateSpec)
Description

Gets or sets the description of the template spec

(Inherited from PSTemplateSpec)
DisplayName

Gets or sets the optional display name for the template spec

(Inherited from PSTemplateSpec)
Id (Inherited from PSTemplateSpec)
LastModifiedTime

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

(Inherited from PSTemplateSpec)
Location (Inherited from PSTemplateSpec)
Name (Inherited from PSTemplateSpec)
ResourceGroupName (Inherited from PSTemplateSpec)
SubscriptionId (Inherited from PSTemplateSpec)
Tags

Gets or sets tags assigned to the template spec.

(Inherited from PSTemplateSpec)
Type (Inherited from PSTemplateSpec)
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.

(Inherited from PSTemplateSpec)

Methods

FromTemplateSpec(PSTemplateSpec)

Applies to