AzurePlan Class

Details of the Azure plan.

Constructor

AzurePlan(*args: Any, **kwargs: Any)

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.

Attributes

product_id

The ID that uniquely identifies a product.

product_id: str | None

sku_description

The sku description.

sku_description: str | None

sku_id

The ID that uniquely identifies a sku.

sku_id: str | None