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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for JavaScript