QuotaTierUpgradeEligibilityInfo Class
Information about the quota tier upgrade eligibility for the subscription.
Constructor
QuotaTierUpgradeEligibilityInfo(*, next_tier_name: str | None = None, upgrade_availability_status: str | _models.UpgradeAvailabilityStatus | None = None, upgrade_applicable_date: datetime | None = None, upgrade_unavailability_reason: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
next_tier_name
|
Name of the next quota tier for the subscription. Default value: None
|
|
upgrade_availability_status
|
Specifies whether an upgrade to the next quota tier is available. Known values are: "Available" and "NotAvailable". Default value: None
|
|
upgrade_applicable_date
|
The date after which the current tier will be upgraded to the next tier if the TierUpgradePolicy is "OnceUpgradeIsAvailable" (UTC). Default value: None
|
|
upgrade_unavailability_reason
|
Reason in case the subscription is not eligible for upgrade to the next tier. Default value: None
|
Variables
| Name | Description |
|---|---|
|
next_tier_name
|
Name of the next quota tier for the subscription. |
|
upgrade_availability_status
|
Specifies whether an upgrade to the next quota tier is available. Known values are: "Available" and "NotAvailable". |
|
upgrade_applicable_date
|
The date after which the current tier will be upgraded to the next tier if the TierUpgradePolicy is "OnceUpgradeIsAvailable" (UTC). |
|
upgrade_unavailability_reason
|
Reason in case the subscription is not eligible for upgrade to the next tier. |