IotDpsSkuInfo Class
List of possible provisioning service SKUs.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelIotDpsSkuInfo
Constructor
IotDpsSkuInfo(*, name: str | IotDpsSku | None = None, capacity: int | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Sku name. Possible values include: "S1". |
capacity
|
<xref:long>
The number of units to provision. |
Variables
Name | Description |
---|---|
name
|
Sku name. Possible values include: "S1". |
tier
|
Pricing tier name of the provisioning service. |
capacity
|
<xref:long>
The number of units to provision. |
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