QuotaCapability Class

The regional quota capability.

Constructor

QuotaCapability(*, cores_used: int | None = None, max_cores_allowed: int | None = None, regional_quotas: list['_models.RegionalQuotaCapability'] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
cores_used
int

The number of cores used in the subscription.

Default value: None
max_cores_allowed
int

The number of cores that the subscription allowed.

Default value: None
regional_quotas

The list of region quota capabilities.

Default value: None

Variables

Name Description
cores_used
int

The number of cores used in the subscription.

max_cores_allowed
int

The number of cores that the subscription allowed.

regional_quotas

The list of region quota capabilities.