Partager via


PremierAddOnOffer Constructeurs

Définition

Surcharges

PremierAddOnOffer()

Initialise une nouvelle instance de la classe PremierAddOnOffer.

PremierAddOnOffer(String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<AppServicePlanRestrictions>, String, String, String, String)

Initialise une nouvelle instance de la classe PremierAddOnOffer.

PremierAddOnOffer()

Initialise une nouvelle instance de la classe PremierAddOnOffer.

public PremierAddOnOffer ();
Public Sub New ()

S’applique à

PremierAddOnOffer(String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<AppServicePlanRestrictions>, String, String, String, String)

Initialise une nouvelle instance de la classe PremierAddOnOffer.

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

Paramètres

id
String

ID de ressource.

name
String

Nom de la ressource.

kind
String

Type de ressource.

type
String

Type de ressource.

sku
String

Ajout premier sur la référence SKU.

product
String

Premier ajouter sur l’offre Produit.

vendor
String

Ajout Premier sur l’offre Fournisseur.

promoCodeRequired
Nullable<Boolean>

<code>true</code> si le code promotionnel est requis ; sinon, <code>false</code>.

quota
Nullable<Int32>

Ajout premier sur le quota de l’offre.

webHostingPlanRestrictions
Nullable<AppServicePlanRestrictions>

App Service plans auxquels cette offre est limitée. Les valeurs possibles sont les suivantes : « None », « Free », « Shared », « Basic », « Standard », « Premium »

privacyPolicyUrl
String

URL de la politique de confidentialité.

legalTermsUrl
String

URL des termes juridiques.

marketplacePublisher
String

Éditeur de la Place de marché.

marketplaceOffer
String

Offre de la Place de marché.

S’applique à