SkuInfos Class

Collection of SKU information.

Constructor

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

Variables

Name Description
resource_type
str

Resource type that this SKU applies to.

skus

List of SKUs the subscription is able to use.

Attributes

resource_type

Resource type that this SKU applies to.

resource_type: str | None

skus

List of SKUs the subscription is able to use.

skus: list['_models.GlobalCsmSkuDescription'] | None