IotHubSkuInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about the SKU of the IoT hub.
public class IotHubSkuInfo
type IotHubSkuInfo = class
Public Class IotHubSkuInfo
- Inheritance
-
IotHubSkuInfo
Constructors
IotHubSkuInfo() |
Initializes a new instance of the IotHubSkuInfo class. |
IotHubSkuInfo(String, Nullable<IotHubSkuTier>, Nullable<Int64>) |
Initializes a new instance of the IotHubSkuInfo class. |
Properties
Capacity |
Gets or sets the number of provisioned IoT Hub units. See: https://docs.microsoft.com/azure/azure-subscription-service-limits#iot-hub-limits. |
Name |
Gets or sets the name of the SKU. Possible values include: 'F1', 'S1', 'S2', 'S3', 'B1', 'B2', 'B3' |
Tier |
Gets the billing tier for the IoT hub. Possible values include: 'Free', 'Standard', 'Basic' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET