PremierAddOnOfferProperties Class

PremierAddOnOffer resource specific properties.

Constructor

PremierAddOnOfferProperties(*args: Any, **kwargs: Any)

Variables

Name Description
sku
str

Premier add on SKU.

product
str

Premier add on offer Product.

vendor
str

Premier add on offer Vendor.

promo_code_required

true if promotion code is required; otherwise, false.

quota
int

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
str

Privacy policy URL.

legal_terms_url
str

Legal terms URL.

marketplace_publisher
str

Marketplace publisher.

marketplace_offer
str

Marketplace offer.

Attributes

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