共用方式為


UserSubscriptionQuota Constructors

Definition

Overloads

UserSubscriptionQuota()

Initializes a new instance of the UserSubscriptionQuota class.

UserSubscriptionQuota(String, String, String, Nullable<Int32>, Nullable<Int32>, Name)

Initializes a new instance of the UserSubscriptionQuota class.

UserSubscriptionQuota()

Initializes a new instance of the UserSubscriptionQuota class.

public UserSubscriptionQuota ();
Public Sub New ()

Applies to

UserSubscriptionQuota(String, String, String, Nullable<Int32>, Nullable<Int32>, Name)

Initializes a new instance of the UserSubscriptionQuota class.

public UserSubscriptionQuota (string id = default, string type = default, string unit = default, int? currentValue = default, int? limit = default, Microsoft.Azure.Management.IotHub.Models.Name name = default);
new Microsoft.Azure.Management.IotHub.Models.UserSubscriptionQuota : string * string * string * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.IotHub.Models.Name -> Microsoft.Azure.Management.IotHub.Models.UserSubscriptionQuota
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional unit As String = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional name As Name = Nothing)

Parameters

id
String

IotHub type id

type
String

Response type

unit
String

Unit of IotHub type

currentValue
Nullable<Int32>

Current number of IotHub type

limit
Nullable<Int32>

Numerical limit on IotHub type

name
Name

IotHub type

Applies to