SharedLimitCapProperties(Boolean) Constructor
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.
Initializes a new instance of SharedLimitCapProperties.
public SharedLimitCapProperties(bool isBoundedCap);
new Azure.ResourceManager.ComputeLimit.Models.SharedLimitCapProperties : bool -> Azure.ResourceManager.ComputeLimit.Models.SharedLimitCapProperties
Public Sub New (isBoundedCap As Boolean)
Parameters
- isBoundedCap
- Boolean
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.