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.v2020_09_01.models._models_py3.ProxyOnlyResourcePremierAddOnOffer
Constructor
PremierAddOnOffer(*, kind: Optional[str] = None, sku: Optional[str] = None, product: Optional[str] = None, vendor: Optional[str] = None, promo_code_required: Optional[bool] = None, quota: Optional[int] = None, web_hosting_plan_restrictions: Optional[Union[str, azure.mgmt.web.v2020_09_01.models._web_site_management_client_enums.AppServicePlanRestrictions]] = None, privacy_policy_url: Optional[str] = None, legal_terms_url: Optional[str] = None, marketplace_publisher: Optional[str] = None, marketplace_offer: Optional[str] = None, **kwargs)
Parameters
- promo_code_required
- bool
Required
<code>true</code> if promotion code is required; otherwise,
<code>false</code>.
- web_hosting_plan_restrictions
- str or AppServicePlanRestrictions
Required
App Service plans this offer is restricted to. Possible values include: "None", "Free", "Shared", "Basic", "Standard", "Premium".
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
- system_data
- SystemData
The system metadata relating to this resource.
Feedback
Submit and view feedback for