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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript