ArmPlan Class

The plan object in Azure Resource Manager, represents a marketplace plan.

Inheritance
ArmPlan

Constructor

ArmPlan(*, name: Optional[str] = None, publisher: Optional[str] = None, product: Optional[str] = None, promotion_code: Optional[str] = None, version: Optional[str] = None, **kwargs)

Parameters

name
str
Required

The name.

publisher
str
Required

The publisher.

product
str
Required

The product.

promotion_code
str
Required

The promotion code.

version
str
Required

Version of product.