Share via


IAppServicePlan.Reserved Property

Definition

If Linux app service plan true, false otherwise.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="If Linux app service plan <code>true</code>, <code>false</code> otherwise.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="reserved")]
public bool? Reserved { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="If Linux app service plan <code>true</code>, <code>false</code> otherwise.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="reserved")>]
member this.Reserved : Nullable<bool> with get, set
Public Property Reserved As Nullable(Of Boolean)

Property Value

Attributes

Applies to