PremierAddOnOffer Constructors

Definition

Overloads

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.

PremierAddOnOffer()

Initializes a new instance of the PremierAddOnOffer class.

public PremierAddOnOffer ();
Public Sub New ()

Applies to

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.

public PremierAddOnOffer (string id = default, string name = default, string type = default, string kind = default, string sku = default, string product = default, string vendor = default, bool? promoCodeRequired = default, int? quota = default, Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanRestrictions? webHostingPlanRestrictions = default, string privacyPolicyUrl = default, string legalTermsUrl = default, string marketplacePublisher = default, string marketplaceOffer = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnOffer : string * string * string * string * string * string * string * Nullable<bool> * Nullable<int> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanRestrictions> * string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnOffer
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional sku As String = Nothing, Optional product As String = Nothing, Optional vendor As String = Nothing, Optional promoCodeRequired As Nullable(Of Boolean) = Nothing, Optional quota As Nullable(Of Integer) = Nothing, Optional webHostingPlanRestrictions As Nullable(Of AppServicePlanRestrictions) = Nothing, Optional privacyPolicyUrl As String = Nothing, Optional legalTermsUrl As String = Nothing, Optional marketplacePublisher As String = Nothing, Optional marketplaceOffer As String = Nothing)

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

sku
String

Premier add on SKU.

product
String

Premier add on offer Product.

vendor
String

Premier add on offer Vendor.

promoCodeRequired
Nullable<Boolean>

<code>true</code> if promotion code is required; otherwise, <code>false</code>.

quota
Nullable<Int32>

Premier add on offer Quota.

webHostingPlanRestrictions
Nullable<AppServicePlanRestrictions>

App Service plans this offer is restricted to. Possible values include: 'None', 'Free', 'Shared', 'Basic', 'Standard', 'Premium'

privacyPolicyUrl
String

Privacy policy URL.

legalTermsUrl
String

Legal terms URL.

marketplacePublisher
String

Marketplace publisher.

marketplaceOffer
String

Marketplace offer.

Applies to