PremierAddOnOffer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Premier add-on offer.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PremierAddOnOffer : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PremierAddOnOffer = class
inherit ProxyOnlyResource
Public Class PremierAddOnOffer
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
PremierAddOnOffer() |
Initializes a new instance of the PremierAddOnOffer class. |
PremierAddOnOffer(String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<AppServicePlanRestrictions>, String, String, String, String) |
Initializes a new instance of the PremierAddOnOffer class. |
Properties
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
LegalTermsUrl |
Gets or sets legal terms URL. |
MarketplaceOffer |
Gets or sets marketplace offer. |
MarketplacePublisher |
Gets or sets marketplace publisher. |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
PrivacyPolicyUrl |
Gets or sets privacy policy URL. |
Product |
Gets or sets premier add on offer Product. |
PromoCodeRequired |
Gets or sets <code>true</code> if promotion code is required; otherwise, <code>false</code>. |
Quota |
Gets or sets premier add on offer Quota. |
Sku |
Gets or sets premier add on SKU. |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Vendor |
Gets or sets premier add on offer Vendor. |
WebHostingPlanRestrictions |
Gets or sets app Service plans this offer is restricted to. Possible values include: 'None', 'Free', 'Shared', 'Basic', 'Standard', 'Premium' |
Applies to
Azure SDK for .NET