AzurePlan Class

Details of the Azure plan.

Inheritance
azure.mgmt.billing._serialization.Model
AzurePlan

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
str

The ID that uniquely identifies a product.

sku_id
str

The ID that uniquely identifies a sku.

sku_description
str

The sku description.

Variables

Name Description
product_id
str

The ID that uniquely identifies a product.

sku_id
str

The ID that uniquely identifies a sku.

sku_description
str

The sku description.