PremierAddOnOfferInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. PremierAddOnOfferInner
- com.
- com.
public final class PremierAddOnOfferInner
extends ProxyOnlyResource
Premier add-on offer.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Premier |
fromJson(JsonReader jsonReader)
Reads an instance of Premier |
| String |
id()
Get the id property: Resource Id. |
| String |
legalTermsUrl()
Get the legal |
| String |
marketplaceOffer()
Get the marketplace |
| String |
marketplacePublisher()
Get the marketplace |
| String |
name()
Get the name property: Resource Name. |
| String |
privacyPolicyUrl()
Get the privacy |
| String |
product()
Get the product property: Premier add on offer Product. |
| Boolean |
promoCodeRequired()
Get the promo |
| Integer |
quota()
Get the quota property: Premier add on offer Quota. |
| String |
sku()
Get the sku property: Premier add on SKU. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
| String |
vendor()
Get the vendor property: Premier add on offer Vendor. |
|
App |
webHostingPlanRestrictions()
Get the web |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Method Details
fromJson
public static PremierAddOnOfferInner fromJson(JsonReader jsonReader)
Reads an instance of PremierAddOnOfferInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Id.
Overrides:
PremierAddOnOfferInner.id()Returns:
legalTermsUrl
public String legalTermsUrl()
Get the legalTermsUrl property: Legal terms URL.
Returns:
marketplaceOffer
public String marketplaceOffer()
Get the marketplaceOffer property: Marketplace offer.
Returns:
marketplacePublisher
public String marketplacePublisher()
Get the marketplacePublisher property: Marketplace publisher.
Returns:
name
public String name()
Get the name property: Resource Name.
Overrides:
PremierAddOnOfferInner.name()Returns:
privacyPolicyUrl
public String privacyPolicyUrl()
Get the privacyPolicyUrl property: Privacy policy URL.
Returns:
product
public String product()
Get the product property: Premier add on offer Product.
Returns:
promoCodeRequired
public Boolean promoCodeRequired()
Get the promoCodeRequired property: true if promotion code is required; otherwise, false.
Returns:
quota
public Integer quota()
Get the quota property: Premier add on offer Quota.
Returns:
sku
public String sku()
Get the sku property: Premier add on SKU.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PremierAddOnOfferInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Overrides:
PremierAddOnOfferInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
PremierAddOnOfferInner.validate()vendor
public String vendor()
Get the vendor property: Premier add on offer Vendor.
Returns:
webHostingPlanRestrictions
public AppServicePlanRestrictions webHostingPlanRestrictions()
Get the webHostingPlanRestrictions property: App Service plans this offer is restricted to.
Returns: