共用方式為


UserSubscriptionQuota.Limit Property

Definition

Gets or sets numerical limit on IotHub type

[Newtonsoft.Json.JsonProperty(PropertyName="limit")]
public int? Limit { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="limit")>]
member this.Limit : Nullable<int> with get, set
Public Property Limit As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to