IStampCapacity.ExcludeFromCapacityAllocation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true
, it includes basic apps.
Basic apps are not used for capacity allocation.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="excludeFromCapacityAllocation")]
public bool? ExcludeFromCapacityAllocation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="excludeFromCapacityAllocation")>]
member this.ExcludeFromCapacityAllocation : Nullable<bool> with get, set
Public Property ExcludeFromCapacityAllocation As Nullable(Of Boolean)
Property Value
- Attributes