public final class PremierAddOnProperties extends Object
| Constructor and Description |
|---|
PremierAddOnProperties() |
| 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.
|
PremierAddOnProperties |
withMarketplaceOffer(String marketplaceOffer)
Set the marketplaceOffer property: Premier add on Marketplace offer.
|
PremierAddOnProperties |
withMarketplacePublisher(String marketplacePublisher)
Set the marketplacePublisher property: Premier add on Marketplace publisher.
|
PremierAddOnProperties |
withProduct(String product)
Set the product property: Premier add on Product.
|
PremierAddOnProperties |
withSku(String sku)
Set the sku property: Premier add on SKU.
|
PremierAddOnProperties |
withVendor(String vendor)
Set the vendor property: Premier add on Vendor.
|
public String sku()
public PremierAddOnProperties withSku(String sku)
sku - the sku value to set.public String product()
public PremierAddOnProperties withProduct(String product)
product - the product value to set.public String vendor()
public PremierAddOnProperties withVendor(String vendor)
vendor - the vendor value to set.public String marketplacePublisher()
public PremierAddOnProperties withMarketplacePublisher(String marketplacePublisher)
marketplacePublisher - the marketplacePublisher value to set.public String marketplaceOffer()
public PremierAddOnProperties withMarketplaceOffer(String marketplaceOffer)
marketplaceOffer - the marketplaceOffer value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.