Condividi tramite


IAppServicePlanPatchResourceProperties.Reserved Property

Definition

This needs to set to true when creating a Linux App Service Plan, along with kind set to Linux. It should be false otherwise.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="This needs to set to <code>true</code> when creating a Linux App Service Plan, along with <code>kind</code> set to <code>Linux</code>. It should be <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="This needs to set to <code>true</code> when creating a Linux App Service Plan, along with <code>kind</code> set to <code>Linux</code>. It should be <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