SharedLimitCapProperties(Boolean) Constructor

Definition

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.

Applies to