PremierAddOnOffer Class
Premier add-on offer.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2018_02_01.models._models_py3.ProxyOnlyResourcePremierAddOnOffer
Constructor
PremierAddOnOffer(*, kind: str | None = None, sku: str | None = None, product: str | None = None, vendor: str | None = None, promo_code_required: bool | None = None, quota: int | None = None, web_hosting_plan_restrictions: str | _models.AppServicePlanRestrictions | None = None, privacy_policy_url: str | None = None, legal_terms_url: str | None = None, marketplace_publisher: str | None = None, marketplace_offer: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
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. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
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. |
Azure SDK for Python