SharedLimitCapProperties.IsBoundedCap 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.
Controls whether the service validates the aggregate cap against the
group limit for the VM family.
SUM(caps) is the sum of all per-member overrides' cap values plus
defaultMemberCap multiplied by the number of member subscriptions without an override.
When true, the service rejects any configuration where SUM(caps)
exceeds the group limit. When false, SUM(caps) is permitted to exceed
the group limit.
Enabling this flag is rejected if the current configuration already breaches the group limit;
reduce caps first, then enable.
public bool IsBoundedCap { get; set; }
member this.IsBoundedCap : bool with get, set
Public Property IsBoundedCap As Boolean