Share via


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
str

The plan name.

Default value: None
publisher
str

The publisher ID.

Default value: None
product
str

The product code.

Default value: None
promotion_code
str

The promotion code.

Default value: None
version
str

The plan's version.

Default value: None

Variables

Name Description
name
str

The plan name.

publisher
str

The publisher ID.

product
str

The product code.

promotion_code
str

The promotion code.

version
str

The plan's version.