Class PremierAddOnPatchResource
- java.lang.Object
-
- com.microsoft.azure.ProxyResource
-
- com.microsoft.azure.management.appservice.ProxyOnlyResource
-
- com.microsoft.azure.management.appservice.PremierAddOnPatchResource
-
public class PremierAddOnPatchResource extends ProxyOnlyResource
ARM resource for a PremierAddOn.
-
-
Constructor Summary
Constructors Constructor Description PremierAddOnPatchResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringmarketplaceOffer()Get premier add on Marketplace offer.StringmarketplacePublisher()Get premier add on Marketplace publisher.Stringproduct()Get premier add on Product.Stringsku()Get premier add on SKU.Stringvendor()Get premier add on Vendor.PremierAddOnPatchResourcewithMarketplaceOffer(String marketplaceOffer)Set premier add on Marketplace offer.PremierAddOnPatchResourcewithMarketplacePublisher(String marketplacePublisher)Set premier add on Marketplace publisher.PremierAddOnPatchResourcewithProduct(String product)Set premier add on Product.PremierAddOnPatchResourcewithSku(String sku)Set premier add on SKU.PremierAddOnPatchResourcewithVendor(String vendor)Set premier add on Vendor.-
Methods inherited from class com.microsoft.azure.management.appservice.ProxyOnlyResource
kind, withKind
-
-
-
-
Method Detail
-
sku
public String sku()
Get premier add on SKU.- Returns:
- the sku value
-
withSku
public PremierAddOnPatchResource withSku(String sku)
Set premier add on SKU.- Parameters:
sku- the sku value to set- Returns:
- the PremierAddOnPatchResource object itself.
-
product
public String product()
Get premier add on Product.- Returns:
- the product value
-
withProduct
public PremierAddOnPatchResource withProduct(String product)
Set premier add on Product.- Parameters:
product- the product value to set- Returns:
- the PremierAddOnPatchResource object itself.
-
vendor
public String vendor()
Get premier add on Vendor.- Returns:
- the vendor value
-
withVendor
public PremierAddOnPatchResource withVendor(String vendor)
Set premier add on Vendor.- Parameters:
vendor- the vendor value to set- Returns:
- the PremierAddOnPatchResource object itself.
-
marketplacePublisher
public String marketplacePublisher()
Get premier add on Marketplace publisher.- Returns:
- the marketplacePublisher value
-
withMarketplacePublisher
public PremierAddOnPatchResource withMarketplacePublisher(String marketplacePublisher)
Set premier add on Marketplace publisher.- Parameters:
marketplacePublisher- the marketplacePublisher value to set- Returns:
- the PremierAddOnPatchResource object itself.
-
marketplaceOffer
public String marketplaceOffer()
Get premier add on Marketplace offer.- Returns:
- the marketplaceOffer value
-
withMarketplaceOffer
public PremierAddOnPatchResource withMarketplaceOffer(String marketplaceOffer)
Set premier add on Marketplace offer.- Parameters:
marketplaceOffer- the marketplaceOffer value to set- Returns:
- the PremierAddOnPatchResource object itself.
-
-