public final class PremierAddOnOfferInner extends ProxyOnlyResource
| Constructor and Description |
|---|
PremierAddOnOfferInner() |
| 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.
|
PremierAddOnOfferInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
PremierAddOnOfferInner |
withLegalTermsUrl(String legalTermsUrl)
Set the legalTermsUrl property: Legal terms URL.
|
PremierAddOnOfferInner |
withMarketplaceOffer(String marketplaceOffer)
Set the marketplaceOffer property: Marketplace offer.
|
PremierAddOnOfferInner |
withMarketplacePublisher(String marketplacePublisher)
Set the marketplacePublisher property: Marketplace publisher.
|
PremierAddOnOfferInner |
withPrivacyPolicyUrl(String privacyPolicyUrl)
Set the privacyPolicyUrl property: Privacy policy URL.
|
PremierAddOnOfferInner |
withProduct(String product)
Set the product property: Premier add on offer Product.
|
PremierAddOnOfferInner |
withPromoCodeRequired(Boolean promoCodeRequired)
Set the promoCodeRequired property: <code>true</code> if promotion code is required; otherwise,
<code>false</code>.
|
PremierAddOnOfferInner |
withQuota(Integer quota)
Set the quota property: Premier add on offer Quota.
|
PremierAddOnOfferInner |
withSku(String sku)
Set the sku property: Premier add on SKU.
|
PremierAddOnOfferInner |
withVendor(String vendor)
Set the vendor property: Premier add on offer Vendor.
|
PremierAddOnOfferInner |
withWebHostingPlanRestrictions(AppServicePlanRestrictions webHostingPlanRestrictions)
Set the webHostingPlanRestrictions property: App Service plans this offer is restricted to.
|
kindpublic PremierAddOnOfferInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String sku()
public PremierAddOnOfferInner withSku(String sku)
sku - the sku value to set.public String product()
public PremierAddOnOfferInner withProduct(String product)
product - the product value to set.public String vendor()
public PremierAddOnOfferInner withVendor(String vendor)
vendor - the vendor value to set.public Boolean promoCodeRequired()
public PremierAddOnOfferInner withPromoCodeRequired(Boolean promoCodeRequired)
promoCodeRequired - the promoCodeRequired value to set.public Integer quota()
public PremierAddOnOfferInner withQuota(Integer quota)
quota - the quota value to set.public AppServicePlanRestrictions webHostingPlanRestrictions()
public PremierAddOnOfferInner withWebHostingPlanRestrictions(AppServicePlanRestrictions webHostingPlanRestrictions)
webHostingPlanRestrictions - the webHostingPlanRestrictions value to set.public String privacyPolicyUrl()
public PremierAddOnOfferInner withPrivacyPolicyUrl(String privacyPolicyUrl)
privacyPolicyUrl - the privacyPolicyUrl value to set.public String legalTermsUrl()
public PremierAddOnOfferInner withLegalTermsUrl(String legalTermsUrl)
legalTermsUrl - the legalTermsUrl value to set.public String marketplacePublisher()
public PremierAddOnOfferInner withMarketplacePublisher(String marketplacePublisher)
marketplacePublisher - the marketplacePublisher value to set.public String marketplaceOffer()
public PremierAddOnOfferInner withMarketplaceOffer(String marketplaceOffer)
marketplaceOffer - the marketplaceOffer value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - 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.