PlanPatchable Class
Plan for the managed application.
Constructor
PlanPatchable(*, name: str | None = None, publisher: str | None = None, product: str | None = None, promotion_code: str | None = None, version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
name
|
The plan name. Default value: None
|
|
publisher
|
The publisher ID. Default value: None
|
|
product
|
The product code. Default value: None
|
|
promotion_code
|
The promotion code. Default value: None
|
|
version
|
The plan's version. Default value: None
|