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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python