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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript