SharedLimitCapProperties.IsBoundedCap Property

Definition

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

Property Value

Applies to