SharedLimitCapProperties Class

Definition

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 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.

ProvisioningState

The provisioning state of the resource.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SharedLimitCapProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SharedLimitCapProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<SharedLimitCapProperties>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SharedLimitCapProperties>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SharedLimitCapProperties>.Write(ModelReaderWriterOptions)

Applies to