PremierAddOnOffer Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
<code>true</code> si le code promotionnel est requis ; sinon, <code>false</code>.
- 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 à
Azure SDK for .NET