Share via


PSTemplateSpec.Versions Property

Definition

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.

public Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[] Versions { get; set; }
member this.Versions : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[] with get, set
Public Property Versions As PSTemplateSpecVersion()

Property Value

Applies to