ArmPlan interface
The plan object in Azure Resource Manager, represents a marketplace plan.
Properties
name | The name. |
product | The product. |
promotion |
The promotion code. |
publisher | The publisher. |
version | Version of product. |
Property Details
name
The name.
name?: string
Property Value
string
product
The product.
product?: string
Property Value
string
promotionCode
The promotion code.
promotionCode?: string
Property Value
string
publisher
The publisher.
publisher?: string
Property Value
string
version
Version of product.
version?: string
Property Value
string