PremierAddOn Class
Premier add-on.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
Constructor
PremierAddOn(*, location: str, kind: str | None = None, tags: Dict[str, str] | None = None, sku: str | None = None, product: str | None = None, vendor: str | None = None, marketplace_publisher: str | None = None, marketplace_offer: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
kind
|
Kind of resource. If the resource is an app, you can refer to https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kind_property.md#app-service-resource-kind-reference for details supported values for kind. Default value: None
|
|
location
|
Resource Location. Required. |
|
tags
|
Resource tags. Default value: None
|
|
sku
|
Premier add on SKU. Default value: None
|
|
product
|
Premier add on Product. Default value: None
|
|
vendor
|
Premier add on Vendor. Default value: None
|
|
marketplace_publisher
|
Premier add on Marketplace publisher. Default value: None
|
|
marketplace_offer
|
Premier add on Marketplace offer. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource Id. |
|
name
|
Resource Name. |
|
kind
|
Kind of resource. If the resource is an app, you can refer to https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kind_property.md#app-service-resource-kind-reference for details supported values for kind. |
|
location
|
Resource Location. Required. |
|
type
|
Resource type. |
|
tags
|
Resource tags. |
|
sku
|
Premier add on SKU. |
|
product
|
Premier add on Product. |
|
vendor
|
Premier add on Vendor. |
|
marketplace_publisher
|
Premier add on Marketplace publisher. |
|
marketplace_offer
|
Premier add on Marketplace offer. |