UserSubscriptionQuotaListResult 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
UserSubscriptionQuotaListResult() |
Initializes a new instance of the UserSubscriptionQuotaListResult class. |
UserSubscriptionQuotaListResult(IList<UserSubscriptionQuota>, String) |
Initializes a new instance of the UserSubscriptionQuotaListResult class. |
UserSubscriptionQuotaListResult()
Initializes a new instance of the UserSubscriptionQuotaListResult class.
public UserSubscriptionQuotaListResult ();
Public Sub New ()
Applies to
UserSubscriptionQuotaListResult(IList<UserSubscriptionQuota>, String)
Initializes a new instance of the UserSubscriptionQuotaListResult class.
public UserSubscriptionQuotaListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.UserSubscriptionQuota> value = default, string nextLink = default);
new Microsoft.Azure.Management.IotHub.Models.UserSubscriptionQuotaListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.UserSubscriptionQuota> * string -> Microsoft.Azure.Management.IotHub.Models.UserSubscriptionQuotaListResult
Public Sub New (Optional value As IList(Of UserSubscriptionQuota) = Nothing, Optional nextLink As String = Nothing)
Parameters
- value
- IList<UserSubscriptionQuota>
- nextLink
- String
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET