PremierAddOnInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. appservice. fluent. models. PremierAddOnInner
- com.
- com.
- com.
public final class PremierAddOnInner
extends Resource
Premier add-on.
Constructor Summary
Constructor | Description |
---|---|
PremierAddOnInner() |
Creates an instance of Premier |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Premier |
fromJson(JsonReader jsonReader)
Reads an instance of Premier |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
kind()
Get the kind property: Kind of resource. |
String |
marketplaceOffer()
Get the marketplace |
String |
marketplacePublisher()
Get the marketplace |
String |
name()
Get the name property: The name of the resource. |
String |
product()
Get the product property: Premier add on Product. |
String |
sku()
Get the sku property: Premier add on SKU. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
String |
vendor()
Get the vendor property: Premier add on Vendor. |
Premier |
withKind(String kind)
Set the kind property: Kind of resource. |
Premier |
withLocation(String location) |
Premier |
withMarketplaceOffer(String marketplaceOffer)
Set the marketplace |
Premier |
withMarketplacePublisher(String marketplacePublisher)
Set the marketplace |
Premier |
withProduct(String product)
Set the product property: Premier add on Product. |
Premier |
withSku(String sku)
Set the sku property: Premier add on SKU. |
Premier |
withTags(Map<String,String> tags) |
Premier |
withVendor(String vendor)
Set the vendor property: Premier add on Vendor. |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
PremierAddOnInner
public PremierAddOnInner()
Creates an instance of PremierAddOnInner class.
Method Details
fromJson
public static PremierAddOnInner fromJson(JsonReader jsonReader)
Reads an instance of PremierAddOnInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
PremierAddOnInner.id()Returns:
kind
public String kind()
Get the kind property: Kind of resource.
Returns:
marketplaceOffer
public String marketplaceOffer()
Get the marketplaceOffer property: Premier add on Marketplace offer.
Returns:
marketplacePublisher
public String marketplacePublisher()
Get the marketplacePublisher property: Premier add on Marketplace publisher.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
PremierAddOnInner.name()Returns:
product
public String product()
Get the product property: Premier add on Product.
Returns:
sku
public String sku()
Get the sku property: Premier add on SKU.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PremierAddOnInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
PremierAddOnInner.type()Returns:
validate
public void validate()
Validates the instance.
vendor
public String vendor()
Get the vendor property: Premier add on Vendor.
Returns:
withKind
public PremierAddOnInner withKind(String kind)
Set the kind property: Kind of resource.
Parameters:
Returns:
withLocation
public PremierAddOnInner withLocation(String location)
Overrides:
PremierAddOnInner.withLocation(String location)Parameters:
withMarketplaceOffer
public PremierAddOnInner withMarketplaceOffer(String marketplaceOffer)
Set the marketplaceOffer property: Premier add on Marketplace offer.
Parameters:
Returns:
withMarketplacePublisher
public PremierAddOnInner withMarketplacePublisher(String marketplacePublisher)
Set the marketplacePublisher property: Premier add on Marketplace publisher.
Parameters:
Returns:
withProduct
public PremierAddOnInner withProduct(String product)
Set the product property: Premier add on Product.
Parameters:
Returns:
withSku
public PremierAddOnInner withSku(String sku)
Set the sku property: Premier add on SKU.
Parameters:
Returns:
withTags
public PremierAddOnInner withTags(Map
Overrides:
PremierAddOnInner.withTags(Map<String,String> tags)Parameters:
withVendor
public PremierAddOnInner withVendor(String vendor)
Set the vendor property: Premier add on Vendor.
Parameters:
Returns:
Applies to
Azure SDK for Java