IApplicationStackResource.IsDeprecated Property

Definition

true if this is the stack is deprecated; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="<code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IApplicationStack) }, Read=true, ReadOnly=false, Required=false, SerializedName="isDeprecated", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IApplicationStack> IsDeprecated { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="<code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IApplicationStack) }, Read=true, ReadOnly=false, Required=false, SerializedName="isDeprecated", Update=true)>]
member this.IsDeprecated : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IApplicationStack> with get, set
Public Property IsDeprecated As List(Of IApplicationStack)

Property Value

Attributes

Applies to