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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python