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.
- Inheritance
-
azure.mgmt.web.v2021_03_01.models._models_py3.ResourcePremierAddOn
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. |
location
|
Resource Location. Required. |
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. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
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. |
Azure SDK for Python