public final class PremierAddOnOfferProperties extends Object
| Constructor and Description |
|---|
PremierAddOnOfferProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
legalTermsUrl()
Get the legalTermsUrl property: Legal terms URL.
|
String |
marketplaceOffer()
Get the marketplaceOffer property: Marketplace offer.
|
String |
marketplacePublisher()
Get the marketplacePublisher property: Marketplace publisher.
|
String |
privacyPolicyUrl()
Get the privacyPolicyUrl property: Privacy policy URL.
|
String |
product()
Get the product property: Premier add on offer Product.
|
Boolean |
promoCodeRequired()
Get the promoCodeRequired property: <code>true</code> if promotion code is required; otherwise,
<code>false</code>.
|
Integer |
quota()
Get the quota property: Premier add on offer Quota.
|
String |
sku()
Get the sku property: Premier add on SKU.
|
void |
validate()
Validates the instance.
|
String |
vendor()
Get the vendor property: Premier add on offer Vendor.
|
AppServicePlanRestrictions |
webHostingPlanRestrictions()
Get the webHostingPlanRestrictions property: App Service plans this offer is restricted to.
|
PremierAddOnOfferProperties |
withLegalTermsUrl(String legalTermsUrl)
Set the legalTermsUrl property: Legal terms URL.
|
PremierAddOnOfferProperties |
withMarketplaceOffer(String marketplaceOffer)
Set the marketplaceOffer property: Marketplace offer.
|
PremierAddOnOfferProperties |
withMarketplacePublisher(String marketplacePublisher)
Set the marketplacePublisher property: Marketplace publisher.
|
PremierAddOnOfferProperties |
withPrivacyPolicyUrl(String privacyPolicyUrl)
Set the privacyPolicyUrl property: Privacy policy URL.
|
PremierAddOnOfferProperties |
withProduct(String product)
Set the product property: Premier add on offer Product.
|
PremierAddOnOfferProperties |
withPromoCodeRequired(Boolean promoCodeRequired)
Set the promoCodeRequired property: <code>true</code> if promotion code is required; otherwise,
<code>false</code>.
|
PremierAddOnOfferProperties |
withQuota(Integer quota)
Set the quota property: Premier add on offer Quota.
|
PremierAddOnOfferProperties |
withSku(String sku)
Set the sku property: Premier add on SKU.
|
PremierAddOnOfferProperties |
withVendor(String vendor)
Set the vendor property: Premier add on offer Vendor.
|
PremierAddOnOfferProperties |
withWebHostingPlanRestrictions(AppServicePlanRestrictions webHostingPlanRestrictions)
Set the webHostingPlanRestrictions property: App Service plans this offer is restricted to.
|
public String sku()
public PremierAddOnOfferProperties withSku(String sku)
sku - the sku value to set.public String product()
public PremierAddOnOfferProperties withProduct(String product)
product - the product value to set.public String vendor()
public PremierAddOnOfferProperties withVendor(String vendor)
vendor - the vendor value to set.public Boolean promoCodeRequired()
public PremierAddOnOfferProperties withPromoCodeRequired(Boolean promoCodeRequired)
promoCodeRequired - the promoCodeRequired value to set.public Integer quota()
public PremierAddOnOfferProperties withQuota(Integer quota)
quota - the quota value to set.public AppServicePlanRestrictions webHostingPlanRestrictions()
public PremierAddOnOfferProperties withWebHostingPlanRestrictions(AppServicePlanRestrictions webHostingPlanRestrictions)
webHostingPlanRestrictions - the webHostingPlanRestrictions value to set.public String privacyPolicyUrl()
public PremierAddOnOfferProperties withPrivacyPolicyUrl(String privacyPolicyUrl)
privacyPolicyUrl - the privacyPolicyUrl value to set.public String legalTermsUrl()
public PremierAddOnOfferProperties withLegalTermsUrl(String legalTermsUrl)
legalTermsUrl - the legalTermsUrl value to set.public String marketplacePublisher()
public PremierAddOnOfferProperties withMarketplacePublisher(String marketplacePublisher)
marketplacePublisher - the marketplacePublisher value to set.public String marketplaceOffer()
public PremierAddOnOfferProperties withMarketplaceOffer(String marketplaceOffer)
marketplaceOffer - the marketplaceOffer value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.