SkuInfos Class
Collection of SKU information.
- Inheritance
-
azure.mgmt.web._serialization.ModelSkuInfos
Constructor
SkuInfos(*, resource_type: str | None = None, skus: List[_models.GlobalCsmSkuDescription] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resource_type
|
Resource type that this SKU applies to. |
skus
|
List of SKUs the subscription is able to use. |
Variables
Name | Description |
---|---|
resource_type
|
Resource type that this SKU applies to. |
skus
|
List of SKUs the subscription is able to use. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python