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.ModelPlan
Constructor
Plan(*, name: str, publisher: str, product: str, version: str, promotion_code: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The plan name. Required. |
publisher
|
The publisher ID. Required. |
product
|
The product code. Required. |
promotion_code
|
The promotion code. |
version
|
The plan's version. Required. |
Variables
Name | Description |
---|---|
name
|
The plan name. Required. |
publisher
|
The publisher ID. Required. |
product
|
The product code. Required. |
promotion_code
|
The promotion code. |
version
|
The plan's version. Required. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python