PremierAddOnOfferProperties Class
PremierAddOnOffer resource specific properties.
Constructor
PremierAddOnOfferProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
sku
|
Premier add on SKU. |
|
product
|
Premier add on offer Product. |
|
vendor
|
Premier add on offer Vendor. |
|
promo_code_required
|
|
|
quota
|
Premier add on offer Quota. |
|
web_hosting_plan_restrictions
|
App Service plans this offer is restricted to. Known values are: "None", "Free", "Shared", "Basic", "Standard", and "Premium". |
|
privacy_policy_url
|
Privacy policy URL. |
|
legal_terms_url
|
Legal terms URL. |
|
marketplace_publisher
|
Marketplace publisher. |
|
marketplace_offer
|
Marketplace offer. |
Attributes
legal_terms_url
Legal terms URL.
legal_terms_url: str | None
marketplace_offer
Marketplace offer.
marketplace_offer: str | None
marketplace_publisher
Marketplace publisher.
marketplace_publisher: str | None
privacy_policy_url
Privacy policy URL.
privacy_policy_url: str | None
product
Premier add on offer Product.
product: str | None
promo_code_required
true if promotion code is required; otherwise, false.
promo_code_required: bool | None
quota
Premier add on offer Quota.
quota: int | None
sku
Premier add on SKU.
sku: str | None
vendor
Premier add on offer Vendor.
vendor: str | None
web_hosting_plan_restrictions
"None", "Free", "Shared", "Basic", "Standard", and "Premium".
web_hosting_plan_restrictions: str | _models.AppServicePlanRestrictions | None