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