PlanPatchable Class

Plan for the managed application.

Inheritance
azure.mgmt.resource.managedapplications._serialization.Model
PlanPatchable

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.

publisher
str

The publisher ID.

product
str

The product code.

promotion_code
str

The promotion code.

version
str

The plan's version.

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.