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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python