PremierAddOnOffer Class
Premier add-on offer.
Variables are only populated by the server, and will be ignored when sending a request.
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. Default value: None
|
|
sku
|
Premier add on SKU. Default value: None
|
|
product
|
Premier add on offer Product. Default value: None
|
|
vendor
|
Premier add on offer Vendor. Default value: None
|
|
promo_code_required
|
Default value: None
|
|
quota
|
Premier add on offer Quota. Default value: None
|
|
web_hosting_plan_restrictions
|
App Service plans this offer is restricted to. Known values are: "None", "Free", "Shared", "Basic", "Standard", and "Premium". Default value: None
|
|
privacy_policy_url
|
Privacy policy URL. Default value: None
|
|
legal_terms_url
|
Legal terms URL. Default value: None
|
|
marketplace_publisher
|
Marketplace publisher. Default value: None
|
|
marketplace_offer
|
Marketplace offer. Default value: None
|
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. |