次の方法で共有


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(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

Applies to