QuotaTierUpgradeEligibilityInfo interface
Information about the quota tier upgrade eligibility for the subscription.
Properties
| next |
Name of the next quota tier for the subscription. |
| upgrade |
The date after which the current tier will be upgraded to the next tier if the TierUpgradePolicy is "OnceUpgradeIsAvailable" (UTC). |
| upgrade |
Specifies whether an upgrade to the next quota tier is available. |
| upgrade |
Reason in case the subscription is not eligible for upgrade to the next tier. |
Property Details
nextTierName
Name of the next quota tier for the subscription.
nextTierName?: string
Property Value
string
upgradeApplicableDate
The date after which the current tier will be upgraded to the next tier if the TierUpgradePolicy is "OnceUpgradeIsAvailable" (UTC).
upgradeApplicableDate?: Date
Property Value
Date
upgradeAvailabilityStatus
Specifies whether an upgrade to the next quota tier is available.
upgradeAvailabilityStatus?: string
Property Value
string
upgradeUnavailabilityReason
Reason in case the subscription is not eligible for upgrade to the next tier.
upgradeUnavailabilityReason?: string
Property Value
string