PSTemplateSpec.Versions Property
Definition
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 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()