Plan Class
Plan for the managed application.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
Plan
Constructor
Plan(*, name: str, publisher: str, product: str, version: str, promotion_code: Optional[str] = None, **kwargs)
Variables
- name
- str
Required. The plan name.
- publisher
- str
Required. The publisher ID.
- product
- str
Required. The product code.
- promotion_code
- str
The promotion code.
- version
- str
Required. The plan's version.
Feedback
Submit and view feedback for