Compartir a través de


TemplateSpec.Versions Propiedad

Definición

Obtiene información de alto nivel sobre las versiones de esta especificación de plantilla. Las claves son los nombres de versión. Solo se rellena si el parámetro de consulta $expand está establecido en "versions".

[Newtonsoft.Json.JsonProperty(PropertyName="properties.versions")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecVersionInfo> Versions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.versions")>]
member this.Versions : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecVersionInfo>
Public ReadOnly Property Versions As IDictionary(Of String, TemplateSpecVersionInfo)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a