AzurePlan Class
Details of the Azure plan.
- Inheritance
-
azure.mgmt.billing._serialization.ModelAzurePlan
Constructor
AzurePlan(*, product_id: str | None = None, sku_id: str | None = None, sku_description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
product_id
|
The ID that uniquely identifies a product. |
sku_id
|
The ID that uniquely identifies a sku. |
sku_description
|
The sku description. |
Variables
Name | Description |
---|---|
product_id
|
The ID that uniquely identifies a product. |
sku_id
|
The ID that uniquely identifies a sku. |
sku_description
|
The sku description. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python