IStampCapacity.ExcludeFromCapacityAllocation Property

Definition

If true, it includes basic apps. Basic apps are not used for capacity allocation.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="If <code>true</code>, it includes basic apps.\r\n        Basic apps are not used for capacity allocation.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="excludeFromCapacityAllocation", Update=true)]
public bool? ExcludeFromCapacityAllocation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="If <code>true</code>, it includes basic apps.\r\n        Basic apps are not used for capacity allocation.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="excludeFromCapacityAllocation", Update=true)>]
member this.ExcludeFromCapacityAllocation : Nullable<bool> with get, set
Public Property ExcludeFromCapacityAllocation As Nullable(Of Boolean)

Property Value

Attributes

Applies to