Share via


ApplicationStackResource.IsDeprecated Property

Definition

Gets or sets <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isDeprecated")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ApplicationStack> IsDeprecated { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isDeprecated")>]
member this.IsDeprecated : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ApplicationStack> with get, set
Public Property IsDeprecated As IList(Of ApplicationStack)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to