ExtensionResourcePlan interface
Plan data for an extension resource.
Properties
name | Name of the plan. |
product | Product name. |
promotion |
Optional: the promotion code associated with the plan. |
publisher | Name of the extension publisher. |
version | A string that uniquely identifies the plan version. |
Property Details
name
Name of the plan.
name?: string
Property Value
string
product
Product name.
product?: string
Property Value
string
promotionCode
Optional: the promotion code associated with the plan.
promotionCode?: string
Property Value
string
publisher
Name of the extension publisher.
publisher?: string
Property Value
string
version
A string that uniquely identifies the plan version.
version?: string
Property Value
string
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript