SharedLimitCapProperties Class
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.
Properties of a shared limit cap resource.
public class SharedLimitCapProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeLimit.Models.SharedLimitCapProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeLimit.Models.SharedLimitCapProperties>
type SharedLimitCapProperties = class
interface IJsonModel<SharedLimitCapProperties>
interface IPersistableModel<SharedLimitCapProperties>
Public Class SharedLimitCapProperties
Implements IJsonModel(Of SharedLimitCapProperties), IPersistableModel(Of SharedLimitCapProperties)
- Inheritance
-
SharedLimitCapProperties
- Implements
Constructors
| Name | Description |
|---|---|
| SharedLimitCapProperties(Boolean) |
Initializes a new instance of SharedLimitCapProperties. |
Properties
| Name | Description |
|---|---|
| DefaultMemberCap |
The default member cap value (in count units). Set to a non-negative integer to apply a cap to all member subscriptions that do not have a per-member override. Omit the property to leave no default cap in effect. |
| IsBoundedCap |
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
|
| ProvisioningState |
The provisioning state of the resource. |