Share via


IotHubSkuInfo.Tier Property

Definition

Gets the billing tier for the IoT hub. Possible values include: 'Free', 'Standard', 'Basic'

[Newtonsoft.Json.JsonProperty(PropertyName="tier")]
public Microsoft.Azure.Management.IotHub.Models.IotHubSkuTier? Tier { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tier")>]
member this.Tier : Nullable<Microsoft.Azure.Management.IotHub.Models.IotHubSkuTier>
Public ReadOnly Property Tier As Nullable(Of IotHubSkuTier)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to