Plan Class

Plan for the managed application.

All required parameters must be populated in order to send to server.

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

Constructor

Plan(*, name: str, publisher: str, product: str, version: str, promotion_code: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The plan name. Required.

publisher
str

The publisher ID. Required.

product
str

The product code. Required.

promotion_code
str

The promotion code.

version
str

The plan's version. Required.

Variables

Name Description
name
str

The plan name. Required.

publisher
str

The publisher ID. Required.

product
str

The product code. Required.

promotion_code
str

The promotion code.

version
str

The plan's version. Required.