你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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()