Class PremierAddOnPatchResource
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.appservice.ProxyOnlyResource
com.microsoft.azure.management.appservice.PremierAddOnPatchResource
ARM resource for a PremierAddOn.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet premier add on Marketplace offer.Get premier add on Marketplace publisher.product()
Get premier add on Product.sku()
Get premier add on SKU.vendor()
Get premier add on Vendor.withMarketplaceOffer
(String marketplaceOffer) Set premier add on Marketplace offer.withMarketplacePublisher
(String marketplacePublisher) Set premier add on Marketplace publisher.withProduct
(String product) Set premier add on Product.Set premier add on SKU.withVendor
(String vendor) Set premier add on Vendor.Methods inherited from class com.microsoft.azure.management.appservice.ProxyOnlyResource
kind, withKind
Methods inherited from class com.microsoft.azure.ProxyResource
id, name, type
-
Constructor Details
-
PremierAddOnPatchResource
public PremierAddOnPatchResource()
-
-
Method Details
-
sku
Get premier add on SKU.- Returns:
- the sku value
-
withSku
Set premier add on SKU.- Parameters:
sku
- the sku value to set- Returns:
- the PremierAddOnPatchResource object itself.
-
product
Get premier add on Product.- Returns:
- the product value
-
withProduct
Set premier add on Product.- Parameters:
product
- the product value to set- Returns:
- the PremierAddOnPatchResource object itself.
-
vendor
Get premier add on Vendor.- Returns:
- the vendor value
-
withVendor
Set premier add on Vendor.- Parameters:
vendor
- the vendor value to set- Returns:
- the PremierAddOnPatchResource object itself.
-
marketplacePublisher
Get premier add on Marketplace publisher.- Returns:
- the marketplacePublisher value
-
withMarketplacePublisher
Set premier add on Marketplace publisher.- Parameters:
marketplacePublisher
- the marketplacePublisher value to set- Returns:
- the PremierAddOnPatchResource object itself.
-
marketplaceOffer
Get premier add on Marketplace offer.- Returns:
- the marketplaceOffer value
-
withMarketplaceOffer
Set premier add on Marketplace offer.- Parameters:
marketplaceOffer
- the marketplaceOffer value to set- Returns:
- the PremierAddOnPatchResource object itself.
-