Uses of Class
com.azure.resourcemanager.appservice.fluent.models.PremierAddOnOfferProperties
Packages that use PremierAddOnOfferProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of PremierAddOnOfferProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type PremierAddOnOfferPropertiesModifier and TypeClassDescriptionfinal classPremierAddOnOffer resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return PremierAddOnOfferPropertiesModifier and TypeMethodDescriptionstatic PremierAddOnOfferPropertiesPremierAddOnOfferProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PremierAddOnOfferProperties from the JsonReader.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>.Set the quota property: Premier add on offer Quota.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.