UserSubscriptionQuota Constructors
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.
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
- name
- Name
IotHub type
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET