ArmIotHubModelFactory.IotHubUserSubscriptionQuota Method
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.
Initializes a new instance of IotHubUserSubscriptionQuota.
public static Azure.ResourceManager.IotHub.Models.IotHubUserSubscriptionQuota IotHubUserSubscriptionQuota (string iotHubTypeId = default, string userSubscriptionQuotaType = default, string unit = default, int? currentValue = default, int? limit = default, Azure.ResourceManager.IotHub.Models.IotHubTypeName name = default);
static member IotHubUserSubscriptionQuota : string * string * string * Nullable<int> * Nullable<int> * Azure.ResourceManager.IotHub.Models.IotHubTypeName -> Azure.ResourceManager.IotHub.Models.IotHubUserSubscriptionQuota
Public Shared Function IotHubUserSubscriptionQuota (Optional iotHubTypeId As String = Nothing, Optional userSubscriptionQuotaType 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 IotHubTypeName = Nothing) As IotHubUserSubscriptionQuota
Parameters
- iotHubTypeId
- String
IotHub type id.
- userSubscriptionQuotaType
- String
Response type.
- unit
- String
Unit of IotHub type.
- name
- IotHubTypeName
IotHub type.
Returns
A new IotHubUserSubscriptionQuota instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET