public final class PremierAddOnPatchResourceProperties extends Object
| Constructor and Description |
|---|
PremierAddOnPatchResourceProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
marketplaceOffer()
Get the marketplaceOffer property: Premier add on Marketplace offer.
|
String |
marketplacePublisher()
Get the marketplacePublisher property: Premier add on Marketplace publisher.
|
String |
product()
Get the product property: Premier add on Product.
|
String |
sku()
Get the sku property: Premier add on SKU.
|
void |
validate()
Validates the instance.
|
String |
vendor()
Get the vendor property: Premier add on Vendor.
|
PremierAddOnPatchResourceProperties |
withMarketplaceOffer(String marketplaceOffer)
Set the marketplaceOffer property: Premier add on Marketplace offer.
|
PremierAddOnPatchResourceProperties |
withMarketplacePublisher(String marketplacePublisher)
Set the marketplacePublisher property: Premier add on Marketplace publisher.
|
PremierAddOnPatchResourceProperties |
withProduct(String product)
Set the product property: Premier add on Product.
|
PremierAddOnPatchResourceProperties |
withSku(String sku)
Set the sku property: Premier add on SKU.
|
PremierAddOnPatchResourceProperties |
withVendor(String vendor)
Set the vendor property: Premier add on Vendor.
|
public String sku()
public PremierAddOnPatchResourceProperties withSku(String sku)
sku - the sku value to set.public String product()
public PremierAddOnPatchResourceProperties withProduct(String product)
product - the product value to set.public String vendor()
public PremierAddOnPatchResourceProperties withVendor(String vendor)
vendor - the vendor value to set.public String marketplacePublisher()
public PremierAddOnPatchResourceProperties withMarketplacePublisher(String marketplacePublisher)
marketplacePublisher - the marketplacePublisher value to set.public String marketplaceOffer()
public PremierAddOnPatchResourceProperties withMarketplaceOffer(String marketplaceOffer)
marketplaceOffer - the marketplaceOffer value to set.public void validate()
IllegalArgumentException - 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.